commit | 74a1e63a89cdaad288260600cf77e3a20811f49b | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Fri Jul 14 22:37:27 2000 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Fri Jul 14 22:37:27 2000 +0000 |
tree | fcac57d67ef4a81ecfb8ae462dc3d254e9cf46be | |
parent | 2d391f2f397d66e2ac3cadc0b3c3b008a57094bb [diff] [blame] |
Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.
diff --git a/Mac/Modules/ctl/ctlscan.py b/Mac/Modules/ctl/ctlscan.py index dc7d760..9f9b20b 100644 --- a/Mac/Modules/ctl/ctlscan.py +++ b/Mac/Modules/ctl/ctlscan.py
@@ -81,7 +81,7 @@ def makegreylist(self): return [ - ('#ifndef TARGET_API_MAC_CARBON', [ + ('#if !TARGET_API_MAC_CARBON', [ 'GetAuxiliaryControlRecord', 'SetControlColor', # These have suddenly disappeared in UH 3.3.2...