Skip to content

Commit fd75fd7

Browse files
Change the Windows API flags to not confuse the resource compiler
1 parent 107b6f4 commit fd75fd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/win32.gypi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@
122122
'_CRT_SECURE_NO_DEPRECATE',
123123
'_CRT_DISABLE_PERFCRIT_LOCKS',
124124
'__LITTLE_ENDIAN__',
125-
'WINVER=_WIN32_WINNT_WINXP',
126-
'_WIN32_WINNT=_WIN32_WINNT_WINXP',
125+
'WINVER=0x0501', # Windows XP
126+
'_WIN32_WINNT=0x0501', # Windows XP
127127
],
128128

129129
'target_conditions':

0 commit comments

Comments
 (0)