added PM_USE_SESSION_APIS for Carbon compilation under Mac OS 9

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot 2001-05-10 20:43:31 +00:00
parent 4284e7cdb7
commit 9fbbbd40d1
4 changed files with 7 additions and 1 deletions

View File

@ -17,4 +17,6 @@
#define wxUSE_GUI 1
#define TARGET_CARBON 1
#define OLDP2C 1
#define PM_USE_SESSION_APIS 0
#include "wx/wx_cw_cm.h"

View File

@ -14,8 +14,10 @@
#pragma once on
#define WX_PRECOMP
#define wxUSE_GUI 1
#define TARGET_CARBON 1
#define OLDP2C 1
#define wxUSE_GUI 1
#define PM_USE_SESSION_APIS 0
#include "wx/wx_cw_cm.h"
#include "wx/wxprec.h"

View File

@ -13,6 +13,7 @@
#define wxUSE_GUI 1
#define TARGET_CARBON 1
#define OLDP2C 1
#define PM_USE_SESSION_APIS 0
#include "wx/wx_cw_cm.h"
#ifdef __WXMSW__

View File

@ -15,6 +15,7 @@
#define wxUSE_GUI 1
#define TARGET_CARBON 1
#define OLDP2C 1
#define PM_USE_SESSION_APIS 0
#include "wx/wx_cw_cm.h"
#ifdef WX_PRECOMP