Page 1 of 1

[Implemented] InitScintilla on OS X and Linux

Posted: Fri Apr 17, 2009 4:36 am
by lexvictory
Can InitScintilla() be made into a dummy function on Linux/OS X?
i.e. one that does nothing. It would save one more CompilerIf.

Posted: Fri Apr 17, 2009 5:42 am
by ts-soft
Make a Macro in a resident and problem is solved :wink:

Code: Select all

Macro InitScintilla()
EndMacro

Posted: Fri Apr 17, 2009 5:47 am
by lexvictory
Didn't think of that one! Thanks