]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup0.h
big wxCursor cleanup
[wxWidgets.git] / include / wx / msw / setup0.h
index f966450342431f34e0257542fe9cb05ad741f6ed..9d6aa72ae1625f780f8be0f8547fec0dbd1c6c46 100644 (file)
 // Default is 0
 //
 // Recommended setting: 0 (unless you only plan to use Windows NT/2000/XP)
-#define wxUSE_UNICODE 0
+#ifndef wxUSE_UNICODE
+    #define wxUSE_UNICODE 0
+#endif
 
 // Set wxUSE_UNICODE_MSLU to 1 if you want to compile wxWindows in Unicode mode
 // and be able to run compiled apps under Windows 9x as well as NT/2000/XP.