|
ReactOS 0.4.16-dev-2110-ge3521eb
|
#include <stdarg.h>#include <internal/tls.h>#include <internal/wine/msvcrt.h>#include <internal/locale.h>#include <wine/debug.h>
Go to the source code of this file.
Macros | |
| #define | WIN32_NO_STATUS |
| #define | _CRT_PRECOMP_H |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (msvcrt) | |
| int | BlockEnvToEnvironA (void) |
| int | BlockEnvToEnvironW (void) |
| void | FreeEnvironment (char **environment) |
| BOOL | msvcrt_init_heap (void) |
| BOOL WINAPI | DllMain (PVOID hinstDll, ULONG dwReason, PVOID reserved) |
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 |
| #define _CRT_PRECOMP_H |
Definition at line 25 of file msvcrt40.c.
| #define WIN32_NO_STATUS |
Definition at line 21 of file msvcrt40.c.
Definition at line 34 of file environ.c.
Referenced by DllMain().
Definition at line 86 of file environ.c.
Referenced by DllMain().
Definition at line 63 of file msvcrt40.c.
Internal function to deallocate environment block. Although it's parameter are defined as char**, it's able to work also with wide character environment block which are of type wchar_t**.
| environment | Environment to free. |
Definition at line 190 of file environ.c.
Referenced by DllMain().
Definition at line 830 of file heap.c.
Referenced by DllMain().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | msvcrt | ) |