- Fix for compiling without international support

- Enable international support for win64 msvc by default
This commit is contained in:
Sergey Sharybin
2011-09-20 14:07:40 +00:00
parent f0aac81466
commit 07ed73caee
3 changed files with 8 additions and 1 deletions

View File

@@ -998,7 +998,11 @@ int main(int argc, char** argv)
// Cleanup
RNA_exit();
BLF_exit();
#ifdef INTERNATIONAL
BLF_free_unifont();
#endif
IMB_exit();
free_nodesystem();