fix compilation for mingw-w64
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include "../blenlib/BLI_sys_types.h"
|
||||
|
||||
/* for DIR */
|
||||
#ifndef WIN32
|
||||
#if !defined(WIN32) || defined(__MINGW64__)
|
||||
# include <dirent.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user