]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxcrt.h
disable clearing event tables by default, only do it if wxUSE_MEMORY_TRACING is used...
[wxWidgets.git] / include / wx / wxcrt.h
index 060f05dbbff6c2c6779b49184f54e1313375f15e..31bf3ceb70ae5e89c24765f91856411d115a7c7b 100644 (file)
@@ -23,7 +23,9 @@
     #if wxUSE_UNICODE_UTF8
     // flag indicating whether the current locale uses UTF-8 or not; must be
     // updated every time the locale is changed!
-    #if !wxUSE_UTF8_LOCALE_ONLY
+    #if wxUSE_UTF8_LOCALE_ONLY
+    #define wxLocaleIsUtf8 true
+    #else
     extern WXDLLIMPEXP_BASE bool wxLocaleIsUtf8;
     #endif
     // function used to update the flag: