[pywin32-checkins] pywin32/Pythonwin stddde.cpp,1.6,1.7
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-11-13 09:48:04
|
Update of /cvsroot/pywin32/pywin32/Pythonwin In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22575/Pythonwin Modified Files: stddde.cpp Log Message: More TCHAR fixes from py3k branch for dde support Index: stddde.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/Pythonwin/stddde.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** stddde.cpp 13 Nov 2008 04:04:50 -0000 1.6 --- stddde.cpp 13 Nov 2008 09:48:01 -0000 1.7 *************** *** 9,16 **** #include "stdafxdde.h" - // ?? where does this come from? - #ifndef DDE_STRING_CODEPAGE - #define DDE_STRING_CODEPAGE CP_WINANSI - #endif // // Constants --- 9,12 ---- |