Update of /cvsroot/pywin32/pywin32/com
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1539
Modified Files:
win32com.dsp
Log Message:
Patch from Stefan Schukat for IGlobalInterfaceTable.
Index: win32com.dsp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32com.dsp,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** win32com.dsp 13 Jul 2004 04:47:15 -0000 1.26
--- win32com.dsp 10 Jan 2006 04:03:59 -0000 1.27
***************
*** 339,342 ****
--- 339,346 ----
# Begin Source File
+ SOURCE=.\win32com\src\extensions\PyIGlobalInterfaceTable.cpp
+ # End Source File
+ # Begin Source File
+
SOURCE=.\win32com\src\extensions\PyILockBytes.cpp
# End Source File
***************
*** 507,510 ****
--- 511,518 ----
# Begin Source File
+ SOURCE=.\win32com\src\include\PyIGlobalInterfaceTable.h
+ # End Source File
+ # Begin Source File
+
SOURCE=.\win32com\src\include\PyILockBytes.h
# End Source File
|