Add include for winuser.h for mingw compilers.
Without the include gcc will complain about WM_TIMECHANGE as undeclared.
This commit is contained in:
@ -53,6 +53,10 @@
|
|||||||
#include "sexy-spell-entry.h"
|
#include "sexy-spell-entry.h"
|
||||||
#include "gtkutil.h"
|
#include "gtkutil.h"
|
||||||
|
|
||||||
|
#ifdef WIN32
|
||||||
|
#include <winuser.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#define GUI_SPACING (3)
|
#define GUI_SPACING (3)
|
||||||
#define GUI_BORDER (0)
|
#define GUI_BORDER (0)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user