]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxchar.h
made wxADJUST_MINSIZE default
[wxWidgets.git] / include / wx / wxchar.h
index 6a047fe88acc8bec9502e4ad2d9c6c29e0082f1a..f0eea9f373b9c6d354d26e722bd5f0ad64f3195e 100644 (file)
 
 /* check whether we have wchar_t and which size it is if we do */
 #if !defined(wxUSE_WCHAR_T)
-    #if defined(__WIN16__)
-        /* no wchar_t under Win16 regadrless of compiler used */
-        #define wxUSE_WCHAR_T 0
-    #elif defined(__UNIX__)
+    #if defined(__UNIX__)
         #if defined(HAVE_WCSTR_H) || defined(HAVE_WCHAR_H) || defined(__FreeBSD__) || defined(__DARWIN__)
             #define wxUSE_WCHAR_T 1
         #else