ReactOS
0.4.15-dev-1638-gc0caa5c
|
#include <oscalls.h>
#include <internal.h>
#include <process.h>
#include <signal.h>
#include <math.h>
#include <stdlib.h>
#include <tchar.h>
#include <sect_attribs.h>
#include <locale.h>
Go to the source code of this file.
Macros | |
#define | _DLL |
#define | SPECIAL_CRTEXE |
#define | __winitenv (* __MINGW_IMP_SYMBOL(__winitenv)) |
#define | __initenv (* __MINGW_IMP_SYMBOL(__initenv)) |
#define | SPACECHAR _T(' ') |
#define | DQUOTECHAR _T('\"') |
#define | _commode (* __MINGW_IMP_SYMBOL(_commode)) |
#define | __UNUSED_PARAM_1 __UNUSED_PARAM |
Functions | |
wchar_t *** | __MINGW_IMP_SYMBOL (__winitenv) |
char *** | __MINGW_IMP_SYMBOL (__initenv) |
void __cdecl | _fpreset (void) |
int * | __MINGW_IMP_SYMBOL (_fmode) |
int * | __MINGW_IMP_SYMBOL (_commode) |
_CRTIMP void __cdecl | _initterm (_PVFV *, _PVFV *) |
static int __cdecl | check_managed_app (void) |
_CRTALLOC (".CRT$XIA") | |
static void __cdecl | pre_cpp_init (void) |
static int __cdecl | __tmainCRTStartup (void) |
int __cdecl | WinMainCRTStartup (void) |
int __cdecl | mainCRTStartup (void) |
static | __declspec (noinline) |
static void | duplicate_ppstrings (int ac, char ***av) |
static void __cdecl | __mingw_invalidParameterHandler (const wchar_t *__UNUSED_PARAM_1(expression), const wchar_t *__UNUSED_PARAM_1(function), const wchar_t *__UNUSED_PARAM_1(file), unsigned int __UNUSED_PARAM_1(line), uintptr_t __UNUSED_PARAM(pReserved)) |
HANDLE | __mingw_get_msvcrt_handle (void) |
static void __cdecl | __mingw_prepare_except_for_msvcr80_and_higher (void) |
Variables | |
IMAGE_DOS_HEADER | __ImageBase |
int | _fmode |
int | _dowildcard |
int | mingw_initltsdrot_force |
int | mingw_initltsdyn_force |
int | mingw_initltssuo_force |
int | mingw_initcharmax |
#define __initenv (* __MINGW_IMP_SYMBOL(__initenv)) |
#define __UNUSED_PARAM_1 __UNUSED_PARAM |
#define __winitenv (* __MINGW_IMP_SYMBOL(__winitenv)) |
#define _commode (* __MINGW_IMP_SYMBOL(_commode)) |
#define _DLL |
|
static |
Definition at line 219 of file crtexe.c.
Definition at line 236 of file pesect.c.
Referenced by __mingw_prepare_except_for_msvcr80_and_higher().
wchar_t*** __MINGW_IMP_SYMBOL | ( | __winitenv | ) |
|
static |
Definition at line 438 of file crtexe.c.
Referenced by __mingw_prepare_except_for_msvcr80_and_higher().
Definition at line 453 of file crtexe.c.
Referenced by __declspec().
Referenced by mainCRTStartup(), and WinMainCRTStartup().
_CRTALLOC | ( | ".CRT$XIA" | ) |
Definition at line 13 of file fpreset.c.
Referenced by __declspec().
Definition at line 351 of file crtexe.c.
Definition at line 414 of file crtexe.c.
Referenced by __declspec().
Definition at line 153 of file crtexe.c.
IMAGE_DOS_HEADER __ImageBase |
Definition at line 17 of file mstscax.cpp.
Referenced by __declspec(), and check_managed_app().
int _dowildcard |
Definition at line 32 of file wildcard.c.
Referenced by pre_cpp_init().
int _fmode |
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 13 of file txtmode.c.
Referenced by __p__fmode().
int mingw_initcharmax |
Referenced by check_managed_app().
int mingw_initltsdrot_force |
Referenced by check_managed_app().
int mingw_initltsdyn_force |
Referenced by check_managed_app().
int mingw_initltssuo_force |
Referenced by check_managed_app().