[pywin32-checkins] pywin32/win32/Lib win32con.py,1.20,1.21
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2007-08-27 15:38:45
|
Update of /cvsroot/pywin32/pywin32/win32/Lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27301/lib Modified Files: win32con.py Log Message: Fix [ 1751177 ] Missing CF_DIBV5 Index: win32con.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/Lib/win32con.py,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** win32con.py 14 Apr 2007 07:19:37 -0000 1.20 --- win32con.py 25 Aug 2007 05:14:55 -0000 1.21 *************** *** 4101,4105 **** CF_HDROP = 15 CF_LOCALE = 16 ! CF_MAX = 17 CF_OWNERDISPLAY = 128 CF_DSPTEXT = 129 --- 4101,4106 ---- CF_HDROP = 15 CF_LOCALE = 16 ! CF_DIBV5 = 17 ! CF_MAX = 18 CF_OWNERDISPLAY = 128 CF_DSPTEXT = 129 |