ReactOS 0.4.16-dev-197-g92996da
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (msvcrt) | |
BOOL | crt_process_init (void) |
void | FreeEnvironment (char **environment) |
void | msvcrt_init_exception (void *) |
Variables | |
char ** | _environ |
char ** | __initenv |
wchar_t ** | _wenviron |
wchar_t ** | __winitenv |
Definition at line 21 of file crt_init.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 33 of file dllmain.c.
Referenced by msvcrt_init_exception().
WINE_DEFAULT_DEBUG_CHANNEL | ( | msvcrt | ) |