]> git.sesse.net Git - vlc/blobdiff - include/vlc_threads.h
Use _WIN32 rather than WIN32 (same for WIN64)
[vlc] / include / vlc_threads.h
index ae835882f759a5521ba4402618dd1d56ab55bb73..1ffbae6798ab0b1278e9e52d89d0c56a049e0212 100644 (file)
@@ -34,7 +34,7 @@
  *
  */
 
-#if defined (WIN32)
+#if defined (_WIN32)
 # include <process.h>
 # ifndef ETIMEDOUT
 #  define ETIMEDOUT 10060 /* This is the value in winsock.h. */