aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/w32gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32gui.h b/src/w32gui.h
index 2cca61eb5f9..775a97a443a 100644
--- a/src/w32gui.h
+++ b/src/w32gui.h
@@ -76,7 +76,7 @@ typedef XGCValues * GC;
76typedef COLORREF Color; 76typedef COLORREF Color;
77typedef DWORD Time; 77typedef DWORD Time;
78typedef HWND Window; 78typedef HWND Window;
79typedef int Display; /* ++KFS: define here? */ 79typedef HDC Display; /* HDC so it doesn't conflict with xpm lib. */
80typedef HCURSOR Cursor; 80typedef HCURSOR Cursor;
81 81
82#define XChar2b wchar_t 82#define XChar2b wchar_t