diff options
Diffstat (limited to 'src/macmenu.c')
| -rw-r--r-- | src/macmenu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/macmenu.c b/src/macmenu.c index f0696a49774..35615cc3796 100644 --- a/src/macmenu.c +++ b/src/macmenu.c | |||
| @@ -35,7 +35,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 35 | #include "charset.h" | 35 | #include "charset.h" |
| 36 | #include "coding.h" | 36 | #include "coding.h" |
| 37 | 37 | ||
| 38 | #ifndef MAC_OSX | 38 | #if !TARGET_API_MAC_CARBON |
| 39 | #include <MacTypes.h> | 39 | #include <MacTypes.h> |
| 40 | #include <Menus.h> | 40 | #include <Menus.h> |
| 41 | #include <QuickDraw.h> | 41 | #include <QuickDraw.h> |
| @@ -47,7 +47,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 47 | #if defined (__MRC__) || (__MSL__ >= 0x6000) | 47 | #if defined (__MRC__) || (__MSL__ >= 0x6000) |
| 48 | #include <ControlDefinitions.h> | 48 | #include <ControlDefinitions.h> |
| 49 | #endif | 49 | #endif |
| 50 | #endif /* not MAC_OSX */ | 50 | #endif /* not TARGET_API_MAC_CARBON */ |
| 51 | 51 | ||
| 52 | /* This may include sys/types.h, and that somehow loses | 52 | /* This may include sys/types.h, and that somehow loses |
| 53 | if this is not done before the other system files. */ | 53 | if this is not done before the other system files. */ |