X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/519cb848a8f4c91c73421bb75314754284e593a4..2fd4848088e36e84fbf7ed643ef919485583a8f2:/src/mac/carbon/apprsrc.r diff --git a/src/mac/carbon/apprsrc.r b/src/mac/carbon/apprsrc.r index 343157d8d1..020b34f73a 100644 --- a/src/mac/carbon/apprsrc.r +++ b/src/mac/carbon/apprsrc.r @@ -1,4 +1,8 @@ -#include +#ifdef __UNIX__ +# include +#else +# include +#endif #include "apprsrc.h" resource 'STR#' ( 128 , "Simple Alert Messages" ) @@ -7,7 +11,7 @@ resource 'STR#' ( 128 , "Simple Alert Messages" ) "This application needs at least a MacPlus" , "This application needs more memory" , "This application is out of memory" , - "This application needs at least System 7.5" , + "This application needs at least System 8.6" , "About this wxWindows Application" , "This application needs Appearance extension (built in with System 8) - this restriction will be relieved in the final release" } @@ -25,4 +29,4 @@ resource 'MENU' (1, preload) resource 'MBAR' (1,preload) { { 1 } ; -} ; \ No newline at end of file +} ;