Commit c2df0b03 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Cleanup _WIN32_WINNT usage

parent 7bcd6db3
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
# include "config.h" # include "config.h"
#endif #endif
#ifdef WIN32 #ifndef _WIN32_WINNT
# define _WIN32_WINNT 0x0501 # define _WIN32_WINNT 0x0501
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment