[pywin32-checkins] pywin32/Pythonwin stddde.cpp,1.4,1.5
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Roger U. <ru...@us...> - 2008-03-05 15:57:07
|
Update of /cvsroot/pywin32/pywin32/Pythonwin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22939 Modified Files: stddde.cpp Log Message: Exclude inline assembly code when _CALLHACK_ is not defined Index: stddde.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/Pythonwin/stddde.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** stddde.cpp 5 Feb 2006 07:32:58 -0000 1.4 --- stddde.cpp 5 Mar 2008 15:57:11 -0000 1.5 *************** *** 957,960 **** --- 957,961 ---- // Gaah - it took me two days to realize that I need "offset" here // + #ifdef _CALLHACK_ __declspec ( naked ) void _template() { __asm { *************** *** 1026,1030 **** // ////////////////////////////////////////////////////////////////////// ! BOOL CDDEServer::Create(const char* pszServiceName, --- 1027,1031 ---- // ////////////////////////////////////////////////////////////////////// ! #endif // _CALLHACK_ BOOL CDDEServer::Create(const char* pszServiceName, |