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:
parent
4284e7cdb7
commit
9fbbbd40d1
@ -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"
|
||||
|
@ -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"
|
@ -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__
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user