From c60f15f01d082994f93d4ef50b572108d5a8a4d0 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sat, 23 Jun 2001 17:19:47 +0000 Subject: [PATCH] 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 --- include/wx/defs.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/wx/defs.h b/include/wx/defs.h index 56a431c514..4414fe5ecd 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -126,7 +126,6 @@ #define __WXMAC_X__ #endif - #define PM_USE_SESSION_APIS 0 #include #endif // __APPLE__ #elif defined(applec) || \ @@ -149,7 +148,6 @@ #define __WXMAC_X__ #endif - #define PM_USE_SESSION_APIS 0 #include #elif defined(__OS2__) #if defined(__IBMCPP__) -- 2.49.0