]> git.sesse.net Git - vlc/commitdiff
win64: really get _mkdir definition
authorRafaël Carré <funman@videolan.org>
Sun, 30 Oct 2011 21:51:11 +0000 (17:51 -0400)
committerRafaël Carré <funman@videolan.org>
Sun, 30 Oct 2011 21:51:11 +0000 (17:51 -0400)
modules/gui/skins2/src/theme_loader.cpp

index 3425f74628a4a5cc7c79d7c64e423e20665a5628..e6f2d3bdc47b92b3cbf284f05140e12ed50aa531 100644 (file)
@@ -38,7 +38,8 @@
 #endif
 #ifdef HAVE_UNISTD_H
 #   include <unistd.h>
-#elif defined( _WIN64 )
+#endif
+#if defined( _WIN64 )
 #   include <direct.h>
 #endif