mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-09 12:42:31 +01:00
Add include for winuser.h for mingw compilers.
Without the include gcc will complain about WM_TIMECHANGE as undeclared.
This commit is contained in:
parent
ea2f298a1a
commit
c5d47fc5a8
@ -53,6 +53,10 @@
|
||||
#include "sexy-spell-entry.h"
|
||||
#include "gtkutil.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#include <winuser.h>
|
||||
#endif
|
||||
|
||||
#define GUI_SPACING (3)
|
||||
#define GUI_BORDER (0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user