- define _WIN32_WINNT to 0x600 (Vista) in the CMake project instead of littering all files with inconsistent settings for the target version.
This commit is contained in:
parent
f50e402e92
commit
79ad3e6203
15 changed files with 1 additions and 19 deletions
|
|
@ -35,11 +35,6 @@
|
|||
// DI3 only supports up to 4 mouse buttons, and I want the joystick to
|
||||
// be read using DirectInput instead of winmm.
|
||||
|
||||
#define DIRECTINPUT_VERSION 0x800
|
||||
#if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x0501)
|
||||
#define _WIN32_WINNT 0x0501 // Support the mouse wheel and session notification.
|
||||
#endif
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#define __BYTEBOOL__
|
||||
#ifndef __GNUC__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue