21#define WIN32_NO_STATUS
59 int expand_wildcards,
int *new_mode);
61 int expand_wildcards,
int *new_mode);
74 TRACE(
"Process Attach\n");
109 TRACE(
"Attach done\n");
146 TRACE(
"Detach done\n");
161 int expand_wildcards,
int new_mode )
172 int expand_wildcards,
int new_mode )
#define WINE_DEFAULT_DEBUG_CHANNEL(t)
#define DLL_THREAD_DETACH
#define DLL_PROCESS_ATTACH
#define DLL_PROCESS_DETACH
#define DLL_THREAD_ATTACH
LPSTR WINAPI GetCommandLineA(VOID)
LPWSTR WINAPI GetCommandLineW(VOID)
BOOL WINAPI GetVersionExW(IN LPOSVERSIONINFOW lpVersionInformation)
MSVCRT__locale_t global_locale
void msvcrt_init_io(void)
void msvcrt_init_mt_locks(void)
void __cdecl MSVCRT__free_locale(MSVCRT__locale_t)
void msvcrt_free_mt_locks(void)
void msvcrt_free_io(void)
void CDECL __wgetmainargs(int *argc, WCHAR ***wargv, WCHAR ***wenvp, int expand_wildcards, int *new_mode)
BOOL WINAPI DllMain(PVOID hinstDll, ULONG dwReason, PVOID reserved)
int BlockEnvToEnvironA(void)
void FreeEnvironment(char **environment)
void CDECL __getmainargs(int *argc, char ***argv, char ***envp, int expand_wildcards, int *new_mode)
BOOL msvcrt_init_heap(void)
int BlockEnvToEnvironW(void)
void CDECL MSVCRT20__wgetmainargs(int *argc, WCHAR ***wargv, WCHAR ***wenvp, int expand_wildcards, int new_mode)
void CDECL MSVCRT20__getmainargs(int *argc, char ***argv, char ***envp, int expand_wildcards, int new_mode)
_Check_return_ _CRTIMP wchar_t *__cdecl _wcsdup(_In_z_ const wchar_t *_Str)
void msvcrt_free_tls_mem(void)
BOOL msvcrt_free_tls(void)
BOOL msvcrt_init_tls(void)
void msvcrt_free_popen_data(void)
ULONG dwOSVersionInfoSize
struct _OSVERSIONINFOW OSVERSIONINFOW