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:
@@ -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 } ;
|
||||
} ;
|
||||
} ;
|
||||
|
@@ -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 } ;
|
||||
} ;
|
||||
} ;
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user