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:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-09-20 18:07:40 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-09-20 18:07:40 +0400
commit07ed73caee6d933014c0b3c7f98b5ef8376c8724 (patch)
treef23641dd6bedf457265eaf400fcd04dcf1050971 /source/blender/windowmanager
parentf0aac81466bb5b3a935d74d3a35b545002b0451b (diff)
- Fix for compiling without international support
- Enable international support for win64 msvc by default
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_init_exit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/windowmanager/intern/wm_init_exit.c b/source/blender/windowmanager/intern/wm_init_exit.c
index 1819fbe00c9..cf3f12da767 100644
--- a/source/blender/windowmanager/intern/wm_init_exit.c
+++ b/source/blender/windowmanager/intern/wm_init_exit.c
@@ -402,7 +402,10 @@ void WM_exit_ext(bContext *C, const short do_python)
free_posebuf();
BLF_exit();
+
+#ifdef INTERNATIONAL
BLF_free_unifont();
+#endif
ANIM_keyingset_infos_exit();