From 44eaac9910fb2e210db79a0933a3adb26edc26bb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Tue, 30 Jun 2009 19:48:50 +0100 Subject: [PATCH] Handle const wide strings correctly. --- windows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows.py b/windows.py index 032b87b..4202f06 100644 --- a/windows.py +++ b/windows.py @@ -47,7 +47,7 @@ LPSIZE = LPDWORD LPSTR = String LPCSTR = Const(String) LPWSTR = WString -LPCWSTR = WString +LPCWSTR = Const(WString) LARGE_INTEGER = Intrinsic("LARGE_INTEGER", "0x%llx") -- 2.45.2