Skip to content

Commit ed76c7c

Browse files
committed
Set minimum Windows version supported to Windows 10.
1 parent d27e2f0 commit ed76c7c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

defines.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44

55
#pragma once
66

7-
#define WINVER 0x0500
8-
#define _WIN32_WINNT 0x0501
7+
#define WINVER _WIN32_WINNT_WIN10
8+
#define _WIN32_WINNT _WIN32_WINNT_WIN10
99
#define _WIN32_IE _WIN32_IE_IE60SP2
1010
#define _RICHEDIT_VER 0x0200
1111

12+
#define _AMD64_ 1
13+
1214
// Win messages
1315
#define WM_TRAY_MESSAGE (WM_USER + 1)

0 commit comments

Comments
 (0)