Commit 3d511423 authored by Rafaël Carré's avatar Rafaël Carré

skins2: get correct header for _mkdir

mingw64 defines it in direct.h
mingw32 fetches the definition from unistd.h
parent 9d8deb4c
......@@ -38,7 +38,7 @@
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#elif defined( WIN32 ) && !defined( UNDER_CE )
#elif defined( _WIN64 )
# include <direct.h>
#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