]> git.saurik.com Git - wxWidgets.git/commitdiff
remove PM_USE_SESSION_APIS setting so that wxMac can be compiled with
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 23 Jun 2001 17:19:47 +0000 (17:19 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 23 Jun 2001 17:19:47 +0000 (17:19 +0000)
the -cpp-precomp compiler option

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h

index 56a431c5143cfec4ed37862d002d9df4e8fd26b6..4414fe5ecd88d9b718b5e425490bfb06d17af8dd 100644 (file)
             #define __WXMAC_X__
         #endif
 
-        #define PM_USE_SESSION_APIS 0
         #include <Carbon/Carbon.h>
     #endif // __APPLE__
 #elif defined(applec) || \
         #define __WXMAC_X__
     #endif
 
-    #define PM_USE_SESSION_APIS 0
     #include <Carbon/Carbon.h>
 #elif defined(__OS2__)
     #if defined(__IBMCPP__)