[pywin32-checkins] pywin32/com/win32comext/axdebug/src stdafx.h, 1.4, 1.5
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2010-11-17 04:13:48
|
Update of /cvsroot/pywin32/pywin32/com/win32comext/axdebug/src In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv1632/com/win32comext/axdebug/src Modified Files: stdafx.h Log Message: Work around more axdebug build woes Index: stdafx.h =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32comext/axdebug/src/stdafx.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** stdafx.h 2 Mar 2009 06:10:40 -0000 1.4 --- stdafx.h 17 Nov 2010 04:13:40 -0000 1.5 *************** *** 21,25 **** --- 21,29 ---- #endif + #ifdef HAVE_SDK_ACTIVDBG + #include <activdbg.h> + #else #include "activdbg.h" + #endif #if defined(__REQUIRED_RPCNDR_H_VERSION__) |