From 805e109be2f52c0ea446511fc33efb3746a3bc18 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 14 May 2009 12:10:06 +0000 Subject: First upload of Cocoa platform from Mike Lischke at Sun. --- cocoa/ScintillaTest/main.m | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 cocoa/ScintillaTest/main.m (limited to 'cocoa/ScintillaTest/main.m') diff --git a/cocoa/ScintillaTest/main.m b/cocoa/ScintillaTest/main.m new file mode 100644 index 000000000..9b0c58580 --- /dev/null +++ b/cocoa/ScintillaTest/main.m @@ -0,0 +1,15 @@ +/** + * main.m + * ScintillaTest + * + * Created by Mike Lischke on 02.04.09. + * Copyright Sun Microsystems, Inc 2009. All rights reserved. + * This file is dual licensed under LGPL v2.1 and the Scintilla license (http://www.scintilla.org/License.txt). + */ + +#import + +int main(int argc, char *argv[]) +{ + return NSApplicationMain(argc, (const char **) argv); +} -- cgit v1.2.3