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; typedef COLORREF Color; typedef DWORD Time; typedef HWND Window; -typedef int Display; /* ++KFS: define here? */ +typedef HDC Display; /* HDC so it doesn't conflict with xpm lib. */ typedef HCURSOR Cursor; #define XChar2b wchar_t