corrections for Mac OS X

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-04-28 13:32:21 +00:00
parent f040060e2f
commit 56cff98620
4 changed files with 28 additions and 14 deletions

View File

@@ -1,4 +1,8 @@
#include <Types.r>
#ifdef __UNIX__
# include <Carbon.r>
#else
# include <Types.r>
#endif
#include "apprsrc.h"
resource 'STR#' ( 128 , "Simple Alert Messages" )

View File

@@ -1,4 +1,8 @@
#include <Types.r>
#ifdef __UNIX__
# include <Carbon.r>
#else
# include <Types.r>
#endif
#include "apprsrc.h"
resource 'STR#' ( 128 , "Simple Alert Messages" )

View File

@@ -1,7 +1,10 @@
#include <Types.r>
#if UNIVERSAL_INTERFACES_VERSION > 0x320
#include <ControlDefinitions.r>
#ifdef __UNIX__
#include <Carbon.r>
#else
#include <Types.r>
#if UNIVERSAL_INTERFACES_VERSION > 0x320
#include <ControlDefinitions.r>
#endif
#endif
#define kMacOKAlertResourceID 128

View File

@@ -1,7 +1,10 @@
#include <Types.r>
#if UNIVERSAL_INTERFACES_VERSION > 0x320
#include <ControlDefinitions.r>
#ifdef __UNIX__
#include <Carbon.r>
#else
#include <Types.r>
#if UNIVERSAL_INTERFACES_VERSION > 0x320
#include <ControlDefinitions.r>
#endif
#endif
#define kMacOKAlertResourceID 128