Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 48c9de8

Browse files
committed
Fix typo
1 parent 91812df commit 48c9de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/port/win32.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Leave a higher value in place.
1010
*/
1111
#if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0501
12-
#undefine _WIN32_WINNT
12+
#undef _WIN32_WINNT
1313
#endif
1414
#ifndef _WIN32_WINNT
1515
#define _WIN32_WINNT 0x0501

0 commit comments

Comments
 (0)