MessageBoxA

This commit is contained in:
Simon Lindholm
2022-07-27 12:28:29 +02:00
committed by Mark Street
parent ff947fb707
commit 42f2e6935e
3 changed files with 19 additions and 6 deletions

View File

@@ -9,6 +9,10 @@
#define WIN_FUNC __attribute__((stdcall))
#define DEBUG_LOG(...) wibo::debug_log(__VA_ARGS__)
namespace user32 {
int WIN_FUNC MessageBoxA(void *hwnd, const char *lpText, const char *lpCaption, unsigned int uType);
}
namespace wibo {
extern uint32_t lastError;
extern char *commandLine;