]> git.saurik.com Git - wxWidgets.git/commitdiff
added wxSIZE_T.. defines (every release of CW has a different typedef but I hope...
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 23 Aug 2002 12:41:01 +0000 (12:41 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 23 Aug 2002 12:41:01 +0000 (12:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/platform.h

index 005719486bc88962e5a8ea9866d572f1c054f22f..68bfb33fc6ff1f2c11b0aa2204fccbeb4c3c5c6b 100644 (file)
       defined(THINK_C) || \
       (defined(__MWERKS__) && !defined(__INTEL__))
       /* MacOS */
       defined(THINK_C) || \
       (defined(__MWERKS__) && !defined(__INTEL__))
       /* MacOS */
+    #if !defined(wxSIZE_T_IS_UINT) && !defined(wxSIZE_T_IS_ULONG)
+        #define wxSIZE_T_IS_ULONG
+    #endif
 #elif defined(__WXMAC__) && defined(__APPLE__)
     /* Mac OS X */
     #define __UNIX_LIKE__
 #elif defined(__WXMAC__) && defined(__APPLE__)
     /* Mac OS X */
     #define __UNIX_LIKE__
         #define __POWERPC__ 1
     #endif
 
         #define __POWERPC__ 1
     #endif
 
+    #if !defined(wxSIZE_T_IS_UINT) && !defined(wxSIZE_T_IS_ULONG)
+        #define wxSIZE_T_IS_ULONG
+    #endif
     /*
        Some code has been added to workaround defects(?) in the
        bundled gcc compiler. These corrections are identified by
     /*
        Some code has been added to workaround defects(?) in the
        bundled gcc compiler. These corrections are identified by