X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/519cb848a8f4c91c73421bb75314754284e593a4..fedad417ce939cbb0ddb519e9777145c76712cb8:/src/mac/carbon/apprsrc.r diff --git a/src/mac/carbon/apprsrc.r b/src/mac/carbon/apprsrc.r index 343157d8d1..92a2f5e4f1 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" ) @@ -25,4 +29,4 @@ resource 'MENU' (1, preload) resource 'MBAR' (1,preload) { { 1 } ; -} ; \ No newline at end of file +} ;