diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32gui.h | 2 |
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; | |||
| 76 | typedef COLORREF Color; | 76 | typedef COLORREF Color; |
| 77 | typedef DWORD Time; | 77 | typedef DWORD Time; |
| 78 | typedef HWND Window; | 78 | typedef HWND Window; |
| 79 | typedef int Display; /* ++KFS: define here? */ | 79 | typedef HDC Display; /* HDC so it doesn't conflict with xpm lib. */ |
| 80 | typedef HCURSOR Cursor; | 80 | typedef HCURSOR Cursor; |
| 81 | 81 | ||
| 82 | #define XChar2b wchar_t | 82 | #define XChar2b wchar_t |