remove PM_USE_SESSION_APIS setting so that wxMac can be compiled with

the -cpp-precomp compiler option


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-06-23 17:19:47 +00:00
parent a689a4d09a
commit c60f15f01d

View File

@@ -126,7 +126,6 @@
#define __WXMAC_X__
#endif
#define PM_USE_SESSION_APIS 0
#include <Carbon/Carbon.h>
#endif // __APPLE__
#elif defined(applec) || \
@@ -149,7 +148,6 @@
#define __WXMAC_X__
#endif
#define PM_USE_SESSION_APIS 0
#include <Carbon/Carbon.h>
#elif defined(__OS2__)
#if defined(__IBMCPP__)