]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
more order in wxCRT_filefunctions: define A and W versions, just as for everything...
[wxWidgets.git] / include / wx / defs.h
index f4c9bea0c7563c6eb9c4e80b756d77922669527c..1205d7880c8766f2186dfc51883cbbfe248bcf7f 100644 (file)
@@ -1081,6 +1081,9 @@ typedef wxUint32 wxDword;
     #else
         #error "error defining ssize_t, size_t is not 4 or 8 bytes"
     #endif
+
+    /* prevent ssize_t redefinitions in other libraries */
+    #define HAVE_SSIZE_T
 #endif
 
 // we can't rely on Windows _W64 being defined as windows.h may not be included
@@ -1766,11 +1769,6 @@ enum wxBorder
 #define wxTC_MULTILINE        0x0200    /* == wxNB_MULTILINE */
 #define wxTC_OWNERDRAW        0x0400
 
-/*
- * wxStatusBar95 flags
- */
-#define wxST_SIZEGRIP         0x0010
-
 /*
  * wxStaticBitmap flags
  */