diff options
| author | josef <josef@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2009-09-28 10:39:28 +0000 |
|---|---|---|
| committer | josef <josef@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2009-09-28 10:39:28 +0000 |
| commit | 17799a8b754cc81904a7830f68b5ff6db39269e8 (patch) | |
| tree | 36881fd576ae0c79283200aae3d9ad66ed21e6a5 /packages/cocoaint/src/appkit/NSAppleScriptExtensions.inc | |
| parent | 8b7bd9c03fd9111d60c3e5158750dc2c3b57d265 (diff) | |
| download | fpc-17799a8b754cc81904a7830f68b5ff6db39269e8.tar.gz | |
* Procedures with varargs are parsed properly.
* Fixed macro that was causing CFString constants to fail.
* Removed MacOSAll dependency from iPhoneAll.pas.
* More enumerations are parsed in all frameworks.
* Properties that returned values in iPhone headers are now fixed.
* Properties from categories are included now.
+ Users can add hand parsed patches by putting them in the patches directory and they will be included during parsing.
git-svn-id: http://svn.freepascal.org/svn/fpc/branches/objc@13770 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/cocoaint/src/appkit/NSAppleScriptExtensions.inc')
| -rw-r--r-- | packages/cocoaint/src/appkit/NSAppleScriptExtensions.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/cocoaint/src/appkit/NSAppleScriptExtensions.inc b/packages/cocoaint/src/appkit/NSAppleScriptExtensions.inc index e4977ecfe1..a619f4ffba 100644 --- a/packages/cocoaint/src/appkit/NSAppleScriptExtensions.inc +++ b/packages/cocoaint/src/appkit/NSAppleScriptExtensions.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSAppleScriptExtensions.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 TYPES} @@ -24,8 +24,8 @@ {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSAPPLESCRIPTEXTENSIONS_PAS_T} -{$define NSAPPLESCRIPTEXTENSIONS_PAS_T} +{$ifndef NSAPPLESCRIPTEXTENSIONS_PAS_S} +{$define NSAPPLESCRIPTEXTENSIONS_PAS_S} {$endif} {$endif} |
