ReactOS 0.4.16-dev-297-gc569aee
|
#include <windows.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <rtcapi.h>
#include <assert.h>
#include <internal.h>
Go to the source code of this file.
Functions | |
void | _pei386_runtime_relocator (void) |
int | __mingw_init_ehandler (void) |
BOOL WINAPI | _CRT_INIT0 (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpReserved) |
int __cdecl | Catch_RTC_Failure (int errType, const wchar_t *file, int line, const wchar_t *module, const wchar_t *format,...) |
void __cdecl | _RTC_NoInitialize (void) |
_RTC_error_fnW __cdecl | _CRT_RTC_INITW (void *_Res0, void **_Res1, int _Res2, int _Res3, int _Res4) |
void | __main (void) |
Variables | |
static int | initialized = 0 |
_RTC_error_fnW __cdecl _CRT_RTC_INITW | ( | void * | _Res0, |
void ** | _Res1, | ||
int | _Res2, | ||
int | _Res3, | ||
int | _Res4 | ||
) |
Definition at line 65 of file mscmain.c.
Referenced by _RTC_InitBase().
int __cdecl Catch_RTC_Failure | ( | int | errType, |
const wchar_t * | file, | ||
int | line, | ||
const wchar_t * | module, | ||
const wchar_t * | format, | ||
... | |||
) |
Definition at line 42 of file mscmain.c.
Referenced by _CRT_RTC_INITW().