Fixes compilation.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@361 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
sekelsenmat
2008-02-24 13:01:05 +00:00
parent 2c2496f08c
commit a736e0a50d

View File

@ -10,7 +10,7 @@
{$ifndef NSAPPLICATION_PAS_H} {$ifndef NSAPPLICATION_PAS_H}
{$define NSAPPLICATION_PAS_H} {$define NSAPPLICATION_PAS_H}
//#import <AppKit/NSResponder.h> {$include NSResponder.inc}
//#import <AppKit/AppKitDefines.h> //#import <AppKit/AppKitDefines.h>
{ The version of the AppKit framework } { The version of the AppKit framework }
@ -100,6 +100,8 @@ APPKIT_EXTERN NSString *NSApplicationDidChangeScreenParametersNotification; }
{$ifndef NSAPPLICATION_PAS_C} {$ifndef NSAPPLICATION_PAS_C}
{$define NSAPPLICATION_PAS_C} {$define NSAPPLICATION_PAS_C}
{$include NSResponder.inc}
//@class NSDate, NSDictionary, NSError, NSException, NSNotification; //@class NSDate, NSDictionary, NSError, NSException, NSNotification;
//@class NSGraphicsContext, NSImage, NSPasteboard, NSWindow; //@class NSGraphicsContext, NSImage, NSPasteboard, NSWindow;
NSWindow = class; NSWindow = class;