diff options
Diffstat (limited to 'packages/cocoaint/src/appkit/NSGraphicsContext.inc')
| -rw-r--r-- | packages/cocoaint/src/appkit/NSGraphicsContext.inc | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/packages/cocoaint/src/appkit/NSGraphicsContext.inc b/packages/cocoaint/src/appkit/NSGraphicsContext.inc index 587c1a5e51..bd42486a30 100644 --- a/packages/cocoaint/src/appkit/NSGraphicsContext.inc +++ b/packages/cocoaint/src/appkit/NSGraphicsContext.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSGraphicsContext.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSGRAPHICSCONTEXT_PAS_H} @@ -52,15 +52,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSGRAPHICSCONTEXT_PAS_T} -{$define NSGRAPHICSCONTEXT_PAS_T} - -{ External string constants } -var - NSGraphicsContextDestinationAttributeName: NSString; external name '_NSGraphicsContextDestinationAttributeName'; - NSGraphicsContextRepresentationFormatAttributeName: NSString; external name '_NSGraphicsContextRepresentationFormatAttributeName'; - NSGraphicsContextPSFormat: NSString; external name '_NSGraphicsContextPSFormat'; - NSGraphicsContextPDFFormat: NSString; external name '_NSGraphicsContextPDFFormat'; +{$ifndef NSGRAPHICSCONTEXT_PAS_S} +{$define NSGRAPHICSCONTEXT_PAS_S} {$endif} {$endif} |
