ReactOS 0.4.15-dev-7918-g2a2556c
misc.h
Go to the documentation of this file.
1
2
3extern int msvcrt_error_mode;
4extern int __app_type;
5#define _UNKNOWN_APP 0
6#define _CONSOLE_APP 1
7#define _GUI_APP 2
8
9int
12 _In_opt_ const char *pszText,
13 _In_ unsigned int uType);
14
#define __cdecl
Definition: accygwin.h:79
#define _In_
Definition: ms_sal.h:308
#define _In_opt_
Definition: ms_sal.h:309
int __cdecl __crt_MessageBoxA(_In_opt_ const char *pszText, _In_ unsigned int uType)
int msvcrt_error_mode
Definition: errno.c:115
int __app_type
Definition: environ.c:30