Update of /cvsroot/ctypes/ctypes/win32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10482
Modified Files:
wintypes.py
Log Message:
Fix wrong definition of OLESTR - found by Jürgen Urner.
Index: wintypes.py
===================================================================
RCS file: /cvsroot/ctypes/ctypes/win32/wintypes.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** wintypes.py 23 Apr 2004 18:13:51 -0000 1.8
--- wintypes.py 22 Mar 2005 12:11:19 -0000 1.9
***************
*** 33,37 ****
VARIANT_BOOL = c_short
! LPCOLESTR = LPOLESTR = OLESTR = c_wchar_p
LPCWSTR = LPWSTR = c_wchar_p
--- 33,37 ----
VARIANT_BOOL = c_short
! LPCOLESTR = LPOLESTR = c_wchar_p
LPCWSTR = LPWSTR = c_wchar_p
|