This is to correct my errant include.
MinGW needs windows.h not winuser.h, while yes winuser.h has the declaration, windows.h has the proper requirements needed and includes winuser.h and allows hexchat to compile against MinGW-w64 Version 6+
This commit is contained in:
@ -54,7 +54,7 @@
|
||||
#include "gtkutil.h"
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
#include <winuser.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#define GUI_SPACING (3)
|
||||
|
Reference in New Issue
Block a user