From 07ed73caee6d933014c0b3c7f98b5ef8376c8724 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 20 Sep 2011 14:07:40 +0000 Subject: - Fix for compiling without international support - Enable international support for win64 msvc by default --- source/blender/windowmanager/intern/wm_init_exit.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/windowmanager') 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(); -- cgit v1.2.3