summaryrefslogtreecommitdiff
path: root/Lib/ctypes
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-10-22 07:06:49 +0000
committerGeorg Brandl <georg@python.org>2009-10-22 07:06:49 +0000
commitbaa7fdd37f9097204d793c93211e075c4ccb6393 (patch)
treedbfcb63785d70066744d3412d717af31dc0527fb /Lib/ctypes
parent3ae75d6fcb3550a4025ec5bb880dc4b75fd45ed3 (diff)
downloadcpython-baa7fdd37f9097204d793c93211e075c4ccb6393.tar.gz
Revert unintended change.
Diffstat (limited to 'Lib/ctypes')
-rw-r--r--Lib/ctypes/wintypes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ctypes/wintypes.py b/Lib/ctypes/wintypes.py
index 07c6ef1ca9..dafbb78b78 100644
--- a/Lib/ctypes/wintypes.py
+++ b/Lib/ctypes/wintypes.py
@@ -179,7 +179,7 @@ __all__ = ['ATOM', 'BOOL', 'BOOLEAN', 'BYTE', 'COLORREF', 'DOUBLE', 'DWORD',
'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']