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" )
@@ -25,4 +29,4 @@ resource 'MENU' (1, preload)
resource 'MBAR' (1,preload)
{
{ 1 } ;
} ;
} ;

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" )
@@ -25,4 +29,4 @@ resource 'MENU' (1, preload)
resource 'MBAR' (1,preload)
{
{ 1 } ;
} ;
} ;

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
@@ -599,4 +602,4 @@ resource 'STR#' (251) {
}
};
// end of get file
// end of get file

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
@@ -599,4 +602,4 @@ resource 'STR#' (251) {
}
};
// end of get file
// end of get file