mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-08 20:22:30 +01:00
win32: Replace include of winuser.h with windows.h
winuser.h should never be included directly. windows.h should be included instead.
This fixes a critical build issue added in c5d47fc
which makes all MinGW builds fail.
See #2403.
This commit is contained in:
parent
082f2f8ceb
commit
5d5838e712
@ -54,7 +54,7 @@
|
||||
#include "gtkutil.h"
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
#include <winuser.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#define GUI_SPACING (3)
|
||||
|
Loading…
Reference in New Issue
Block a user