[Python-checkins] r75794 - in python/branches/release26-maint: Lib/ctypes/wintypes.py

georg.brandl python-checkins at python.org
Tue Oct 27 16:09:20 CET 2009


Author: georg.brandl
Date: Tue Oct 27 16:09:20 2009
New Revision: 75794

Log:
Merged revisions 75593 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75593 | georg.brandl | 2009-10-22 09:06:49 +0200 (Do, 22 Okt 2009) | 1 line
  
  Revert unintended change.
........


Modified:
   python/branches/release26-maint/   (props changed)
   python/branches/release26-maint/Lib/ctypes/wintypes.py

Modified: python/branches/release26-maint/Lib/ctypes/wintypes.py
==============================================================================
--- python/branches/release26-maint/Lib/ctypes/wintypes.py	(original)
+++ python/branches/release26-maint/Lib/ctypes/wintypes.py	Tue Oct 27 16:09:20 2009
@@ -179,7 +179,7 @@
            'MSG', 'OLESTR', 'POINT', 'POINTL', 'RECT', 'RECTL', 'RGB',
            'SC_HANDLE', 'SERVICE_STATUS_HANDLE', 'SHORT', 'SIZE', 'SIZEL',
            'SMALL_RECT', 'UINT', 'ULARGE_INTEGER', 'ULONG', 'USHORT',
-           'WCHAR', 'WIN32_FIND_DATAA', 'WIN32_FIND_DATAW',
+           'VARIANT_BOOL', 'WCHAR', 'WIN32_FIND_DATAA', 'WIN32_FIND_DATAW',
            'WORD', 'WPARAM', '_COORD', '_FILETIME', '_LARGE_INTEGER',
            '_POINTL', '_RECTL', '_SMALL_RECT', '_ULARGE_INTEGER', 'tagMSG',
            'tagPOINT', 'tagRECT', 'tagSIZE']


More information about the Python-checkins mailing list