#include <stdio.h>
#include <internal/tls.h>
#include <stdlib.h>
#include <windows.h>
#include <internal/wine/msvcrt.h>
#include <locale.h>
#include <mbctype.h>
#include "wine/debug.h"
Go to the source code of this file.
Defines |
| #define | _CRT_PRECOMP_H |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (msvcrt) |
| int | BlockEnvToEnvironA (void) |
| int | BlockEnvToEnvironW (void) |
| void | FreeEnvironment (char **environment) |
| void CDECL | __getmainargs (int *argc, char ***argv, char ***envp, int expand_wildcards, int *new_mode) |
| void CDECL | __wgetmainargs (int *argc, WCHAR ***wargv, WCHAR ***wenvp, int expand_wildcards, int *new_mode) |
| BOOL WINAPI | DllMain (PVOID hinstDll, ULONG dwReason, PVOID reserved) |
| void CDECL | MSVCRT20__getmainargs (int *argc, char ***argv, char ***envp, int expand_wildcards, int new_mode) |
| void CDECL | MSVCRT20__wgetmainargs (int *argc, WCHAR ***wargv, WCHAR ***wenvp, int expand_wildcards, int new_mode) |
Variables |
| unsigned int | _osplatform |
| unsigned int | _osver |
| unsigned int | _winminor |
| unsigned int | _winmajor |
| unsigned int | _winver |
| char * | _acmdln |
| wchar_t * | _wcmdln |
| char ** | _environ |
| char ** | __initenv |
| wchar_t ** | _wenviron |
| wchar_t ** | __winitenv |