[pywin32-checkins] pywin32/com/win32comext/axdebug/src stdafx.cpp, 1.1, 1.2
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2009-02-07 04:26:24
|
Update of /cvsroot/pywin32/pywin32/com/win32comext/axdebug/src In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25825/com/win32comext/axdebug/src Modified Files: stdafx.cpp Log Message: remove old atl source file reference Index: stdafx.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32comext/axdebug/src/stdafx.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** stdafx.cpp 1 Sep 1999 23:09:05 -0000 1.1 --- stdafx.cpp 7 Feb 2009 04:26:19 -0000 1.2 *************** *** 2,7 **** #include "stdafx.h" - - #if _ATL_VER >= 0x0200 - # include <atlconv.cpp> - #endif --- 2,3 ---- |