You've already forked lazarus-ccr
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:
@ -10,7 +10,7 @@
|
||||
{$ifndef NSAPPLICATION_PAS_H}
|
||||
{$define NSAPPLICATION_PAS_H}
|
||||
|
||||
//#import <AppKit/NSResponder.h>
|
||||
{$include NSResponder.inc}
|
||||
//#import <AppKit/AppKitDefines.h>
|
||||
|
||||
{ The version of the AppKit framework }
|
||||
@ -100,6 +100,8 @@ APPKIT_EXTERN NSString *NSApplicationDidChangeScreenParametersNotification; }
|
||||
{$ifndef NSAPPLICATION_PAS_C}
|
||||
{$define NSAPPLICATION_PAS_C}
|
||||
|
||||
{$include NSResponder.inc}
|
||||
|
||||
//@class NSDate, NSDictionary, NSError, NSException, NSNotification;
|
||||
//@class NSGraphicsContext, NSImage, NSPasteboard, NSWindow;
|
||||
NSWindow = class;
|
||||
|
Reference in New Issue
Block a user