diff options
| author | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2009-09-10 18:50:01 +0000 |
|---|---|---|
| committer | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2009-09-10 18:50:01 +0000 |
| commit | 81dfc559f49cac23b476ea50db22b9fe4c02ef5e (patch) | |
| tree | 6721495cbd7d5f29beb925c58166941fc138116b /packages/cocoaint/src/appkit/NSApplicationScripting.inc | |
| parent | 396068b4ac8539dfb5407e2e788e0a4cea3d0916 (diff) | |
| download | fpc-81dfc559f49cac23b476ea50db22b9fe4c02ef5e.tar.gz | |
+ Cocoa interfaces and parser by Ryan Joseph
git-svn-id: http://svn.freepascal.org/svn/fpc/branches/objc@13688 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/cocoaint/src/appkit/NSApplicationScripting.inc')
| -rw-r--r-- | packages/cocoaint/src/appkit/NSApplicationScripting.inc | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/packages/cocoaint/src/appkit/NSApplicationScripting.inc b/packages/cocoaint/src/appkit/NSApplicationScripting.inc new file mode 100644 index 0000000000..03695d32ae --- /dev/null +++ b/packages/cocoaint/src/appkit/NSApplicationScripting.inc @@ -0,0 +1,31 @@ +{ Parsed from Appkit.framework NSApplicationScripting.h } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Tue Sep 8 15:31:02 ICT 2009 } + + +{$ifdef TYPES} +{$ifndef NSAPPLICATIONSCRIPTING_PAS_T} +{$define NSAPPLICATIONSCRIPTING_PAS_T} + +{$endif} +{$endif} + +{$ifdef RECORDS} +{$ifndef NSAPPLICATIONSCRIPTING_PAS_R} +{$define NSAPPLICATIONSCRIPTING_PAS_R} + +{$endif} +{$endif} + +{$ifdef FUNCTIONS} +{$ifndef NSAPPLICATIONSCRIPTING_PAS_F} +{$define NSAPPLICATIONSCRIPTING_PAS_F} + +{$endif} +{$endif} + +{$ifdef EXTERNAL_SYMBOLS} +{$ifndef NSAPPLICATIONSCRIPTING_PAS_T} +{$define NSAPPLICATIONSCRIPTING_PAS_T} + +{$endif} +{$endif} |
