[pywin32-checkins] pywin32/Pythonwin/Scintilla/src Editor.h, 1.13, 1.14
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2007-05-24 12:50:50
|
Update of /cvsroot/pywin32/pywin32/Pythonwin/Scintilla/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11967/Pythonwin/Scintilla/src Modified Files: Editor.h Log Message: Get pythonwin working in x64 - via "[ 1705634 ] VC8.0 build patch for AMD64 branch" - thanks to Steve Yin for his excellent contribution Index: Editor.h =================================================================== RCS file: /cvsroot/pywin32/pywin32/Pythonwin/Scintilla/src/Editor.h,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Editor.h 25 Nov 2003 10:45:21 -0000 1.13 --- Editor.h 24 May 2007 12:50:50 -0000 1.14 *************** *** 426,430 **** void NotifyDeleted(Document *document, void *userData); void NotifyStyleNeeded(Document *doc, void *userData, int endPos); ! void NotifyMacroRecord(unsigned int iMessage, uptr_t wParam, sptr_t lParam); void PageMove(int direction, selTypes sel=noSel, bool stuttered = false); --- 426,430 ---- void NotifyDeleted(Document *document, void *userData); void NotifyStyleNeeded(Document *doc, void *userData, int endPos); ! void NotifyMacroRecord(unsigned int iMessage, unsigned long wParam, long lParam); void PageMove(int direction, selTypes sel=noSel, bool stuttered = false); |