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/dynlib.c')
-rw-r--r--source/blender/blenlib/intern/dynlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/dynlib.c b/source/blender/blenlib/intern/dynlib.c
index 2aceff45b3e..a555098698b 100644
--- a/source/blender/blenlib/intern/dynlib.c
+++ b/source/blender/blenlib/intern/dynlib.c
@@ -35,9 +35,9 @@ struct DynamicLibrary {
#ifdef WIN32
# define WIN32_LEAN_AND_MEAN
-# include <windows.h>
# include "utf_winfunc.h"
# include "utfconv.h"
+# include <windows.h>
DynamicLibrary *BLI_dynlib_open(const char *name)
{