diff options
Diffstat (limited to 'hw/xwin/winmsg.h')
-rw-r--r-- | hw/xwin/winmsg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xwin/winmsg.h b/hw/xwin/winmsg.h index 02f672f08..25d887510 100644 --- a/hw/xwin/winmsg.h +++ b/hw/xwin/winmsg.h @@ -60,6 +60,10 @@ _X_ATTRIBUTE_PRINTF(1, 2); void winErrorFVerb(int verb, const char *format, ...) _X_ATTRIBUTE_PRINTF(2, 3); +void +winError(const char *format, ...) +_X_ATTRIBUTE_PRINTF(1, 2); + void winW32Error(int verb, const char *message); void winW32ErrorEx(int verb, const char *message, DWORD errorcode); void winDebugWin32Message(const char *function, HWND hwnd, UINT message, |