Skip to content

Commit 5af197b

Browse files
committed
define
1 parent ac81e63 commit 5af197b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/runtime/include/DDP/ddpwindows.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@
1010

1111
#define NOMINMAX
1212
#define WIN32_LEAN_AND_MEAN
13+
14+
#ifndef WINVER
1315
#define WINVER 0x0A00
16+
#endif // WINVER
17+
18+
#ifndef _WIN32_WINNT
1419
#define _WIN32_WINNT 0x0A00
20+
#endif // _WIN32_WINNT
1521

1622
#include <Windows.h>
1723

0 commit comments

Comments
 (0)