]> git.sesse.net Git - vlc/blobdiff - modules/access/vdr.c
Use _WIN32 rather than WIN32 (same for WIN64)
[vlc] / modules / access / vdr.c
index ddf1a96573931795ada2eacf2bf577448e6a7eb0..6cf9c4466b16fe1c243faec289eb1e1e0ec2904b 100644 (file)
@@ -50,7 +50,7 @@ See http://www.vdr-wiki.de/ and http://www.tvdr.de/ for more information.
 #include <fcntl.h>
 #ifdef HAVE_UNISTD_H
 #   include <unistd.h>
-#elif defined( WIN32 )
+#elif defined( _WIN32 )
 #   include <io.h>
 #endif