Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/blenlib/intern/winstuff_dir.c')
-rw-r--r--source/blender/blenlib/intern/winstuff_dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/winstuff_dir.c b/source/blender/blenlib/intern/winstuff_dir.c
index 1e5a0db678e..4db385bd8aa 100644
--- a/source/blender/blenlib/intern/winstuff_dir.c
+++ b/source/blender/blenlib/intern/winstuff_dir.c
@@ -34,8 +34,8 @@
# endif
# define WIN32_SKIP_HKEY_PROTECTION // need to use HKEY
-# include "BLI_winstuff.h"
# include "BLI_utildefines.h"
+# include "BLI_winstuff.h"
# include "utfconv.h"
# define PATH_SUFFIX "\\*"