Update of /cvsroot/pywin32/pywin32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15187
Modified Files:
setup.py
Log Message:
* New interfaces IExtractIconW, IExplorerBrowser, IExplorerBrowserEvents,
IExplorerCommand, IShellItem and IShellItemArray
* Fix leak of SHELLEXECUTEINFO struct each ShellExecuteEx call.
Index: setup.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/setup.py,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** setup.py 21 Aug 2007 05:32:26 -0000 1.63
--- setup.py 8 Jan 2008 00:41:03 -0000 1.64
***************
*** 1425,1431 ****
%(shell)s/PyIDropTargetHelper.cpp
%(shell)s/PyIEnumIDList.cpp
- %(shell)s/PyIExtractIcon.cpp
%(shell)s/PyIEmptyVolumeCache.cpp
%(shell)s/PyIEmptyVolumeCacheCallBack.cpp
%(shell)s/PyIExtractImage.cpp
%(shell)s/PyIInputObject.cpp
--- 1425,1435 ----
%(shell)s/PyIDropTargetHelper.cpp
%(shell)s/PyIEnumIDList.cpp
%(shell)s/PyIEmptyVolumeCache.cpp
%(shell)s/PyIEmptyVolumeCacheCallBack.cpp
+ %(shell)s/PyIExplorerBrowser.cpp
+ %(shell)s/PyIExplorerBrowserEvents.cpp
+ %(shell)s/PyIExplorerCommand.cpp
+ %(shell)s/PyIExtractIcon.cpp
+ %(shell)s/PyIExtractIconW.cpp
%(shell)s/PyIExtractImage.cpp
%(shell)s/PyIInputObject.cpp
***************
*** 1439,1442 ****
--- 1443,1448 ----
%(shell)s/PyIShellIconOverlayIdentifier.cpp
%(shell)s/PyIShellIconOverlayManager.cpp
+ %(shell)s/PyIShellItem.cpp
+ %(shell)s/PyIShellItemArray.cpp
%(shell)s/PyIShellLink.cpp
%(shell)s/PyIShellLinkDataList.cpp
|