mirror of
https://github.com/decompals/wibo.git
synced 2025-12-13 23:26:17 +00:00
MessageBoxA
This commit is contained in:
committed by
Mark Street
parent
ff947fb707
commit
42f2e6935e
4
common.h
4
common.h
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user