Go to the source code of this file.
◆ _CONSOLE_APP
Definition at line 6 of file misc.h.
◆ _GUI_APP
Definition at line 7 of file misc.h.
◆ _UNKNOWN_APP
Definition at line 5 of file misc.h.
◆ __crt_MessageBoxA()
Definition at line 22 of file __crt_MessageBoxA.c.
25{
28 int iResult;
29
30
33 if (!pMessageBoxA)
34 {
36 }
37
38
39 iResult = pMessageBoxA(
NULL,
40 pszText,
41 "ReactOS C Runtime Library",
42 uType);
43
45 return iResult;
46}
#define GetProcAddress(x, y)
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
Referenced by _assert(), and abort().
◆ __app_type
◆ msvcrt_error_mode