X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b781a6729859abc77e6ca5b1f81cbaad974a78f..a9249b2eb2a40d8c71f828669045c4ddaa8dc5ff:/src/mac/corersrc.r diff --git a/src/mac/corersrc.r b/src/mac/corersrc.r index 4f879a59db..4171a8faec 100644 --- a/src/mac/corersrc.r +++ b/src/mac/corersrc.r @@ -1,7 +1,10 @@ -#include - -#if UNIVERSAL_INTERFACES_VERSION > 0x320 - #include +#ifdef __UNIX__ + #include +#else + #include + #if UNIVERSAL_INTERFACES_VERSION > 0x320 + #include + #endif #endif #define kMacOKAlertResourceID 128 @@ -388,7 +391,7 @@ resource 'ldes' ( 128 ) 0 , hasVertScroll , noHorizScroll , - 128 , + 0 , noGrowSpace , } } ; @@ -599,4 +602,4 @@ resource 'STR#' (251) { } }; -// end of get file \ No newline at end of file +// end of get file