[Python-checkins] r75593 - python/trunk/Lib/ctypes/wintypes.py

georg.brandl python-checkins at python.org
Thu Oct 22 09:06:50 CEST 2009


Author: georg.brandl
Date: Thu Oct 22 09:06:49 2009
New Revision: 75593

Log:
Revert unintended change.

Modified:
   python/trunk/Lib/ctypes/wintypes.py

Modified: python/trunk/Lib/ctypes/wintypes.py
==============================================================================
--- python/trunk/Lib/ctypes/wintypes.py	(original)
+++ python/trunk/Lib/ctypes/wintypes.py	Thu Oct 22 09:06:49 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