diff options
author | Georg Brandl <georg@python.org> | 2009-10-22 07:06:49 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-10-22 07:06:49 (GMT) |
commit | 590a3675b7049eaf8ebba22f43f3f3efc59c693a (patch) | |
tree | 774c77d28e2f78a0781c13fd21e636a0b8f1ba87 /Lib | |
parent | 0968fd679b134b8939ce40a183b15027eaca716d (diff) | |
download | cpython-590a3675b7049eaf8ebba22f43f3f3efc59c693a.zip cpython-590a3675b7049eaf8ebba22f43f3f3efc59c693a.tar.gz cpython-590a3675b7049eaf8ebba22f43f3f3efc59c693a.tar.bz2 |
Revert unintended change.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/ctypes/wintypes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ctypes/wintypes.py b/Lib/ctypes/wintypes.py index 07c6ef1..dafbb78 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'] |