Win32: Fix VS 2010 build error
This commit is contained in:
parent
f4f1002d14
commit
93962ec168
@ -101,6 +101,9 @@
|
|||||||
#ifndef _WIN32_WINNT_WINBLUE
|
#ifndef _WIN32_WINNT_WINBLUE
|
||||||
#define _WIN32_WINNT_WINBLUE 0x0602
|
#define _WIN32_WINNT_WINBLUE 0x0602
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef _WIN32_WINNT_WIN8
|
||||||
|
#define _WIN32_WINNT_WIN8 0x0602
|
||||||
|
#endif
|
||||||
#ifndef WM_GETDPISCALEDSIZE
|
#ifndef WM_GETDPISCALEDSIZE
|
||||||
#define WM_GETDPISCALEDSIZE 0x02e4
|
#define WM_GETDPISCALEDSIZE 0x02e4
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user