]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/stc/ScintillaWX.h
Added define to STC VC++ project file
[wxWidgets.git] / contrib / src / stc / ScintillaWX.h
index ffc229f538eda2ef681291dd2408998aa7c90e31..3174e9efc3894434456245ad2ad47c053ad6ce38 100644 (file)
 
 //----------------------------------------------------------------------
 
+#include <ctype.h>
+#include <stdlib.h>
+#include <stdio.h>
+#include <string.h>
+
 #include "Platform.h"
 
 #include "Scintilla.h"
@@ -121,7 +126,7 @@ public:
     void DoButtonUp(Point pt, unsigned int curTime, bool ctrl);
     void DoButtonMove(Point pt);
     void DoMouseWheel(int rotation, int delta, int linesPerAction, int ctrlDown);
-    void DoAddChar(char ch);
+    void DoAddChar(int key);
     int  DoKeyDown(int key, bool shift, bool ctrl, bool alt, bool* consumed);
     void DoTick() { Tick(); }