chore: bump scintilla and lexilla version
This commit is contained in:
15
3rdparty/scintilla557/scintilla/cocoa/ScintillaTest/main.m
vendored
Normal file
15
3rdparty/scintilla557/scintilla/cocoa/ScintillaTest/main.m
vendored
Normal file
@ -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 <Cocoa/Cocoa.h>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
return NSApplicationMain(argc, (const char **) argv);
|
||||
}
|
Reference in New Issue
Block a user