mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 13:10:39 +00:00
15 lines
218 B
C
15 lines
218 B
C
![]() |
|
||
|
|
||
|
extern int msvcrt_error_mode;
|
||
|
extern int __app_type;
|
||
|
#define _UNKNOWN_APP 0
|
||
|
#define _CONSOLE_APP 1
|
||
|
#define _GUI_APP 2
|
||
|
|
||
|
int
|
||
|
__cdecl
|
||
|
__crt_MessageBoxA (
|
||
|
_In_opt_ const char *pszText,
|
||
|
_In_ unsigned int uType);
|
||
|
|