]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/chartype.h
wxMenuItem code cleanup, removing duplicate and unneccessary code
[wxWidgets.git] / include / wx / chartype.h
index 64f7147cbbc744d1c0a1be43059fe0518e32aaf0..4bd55d63bb2bdfe0b543a878fb16c7f44acf4c33 100644 (file)
@@ -38,8 +38,8 @@
 #endif /* !defined(wxUSE_WCHAR_T) */
 
 /* Unicode support requires wchar_t */
-#if wxUSE_UNICODE && !wxUSE_WCHAR_T
-    #error "wchar_t must be available in Unicode build"
+#if !wxUSE_WCHAR_T
+    #error "wchar_t must be available"
 #endif /* Unicode */
 
 /*