fix debug build for win2000
This commit is contained in:
parent
8b211a73d7
commit
9bea18d038
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@
|
||||||
#define CNC_DDRAW_SET_FULLSCREEN 1
|
#define CNC_DDRAW_SET_FULLSCREEN 1
|
||||||
#define CNC_DDRAW_SET_WINDOWED 2
|
#define CNC_DDRAW_SET_WINDOWED 2
|
||||||
|
|
||||||
|
#ifndef WM_UNICHAR
|
||||||
|
#define WM_UNICHAR 0x0109
|
||||||
|
#endif
|
||||||
|
|
||||||
LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
|
LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue