Skip to content
Snippets Groups Projects
Commit 48c9de80 authored by Andrew Dunstan's avatar Andrew Dunstan
Browse files

Fix typo

parent 91812df4
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
* Leave a higher value in place.
*/
#if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0501
#undefine _WIN32_WINNT
#undef _WIN32_WINNT
#endif
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0501
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment