From: José Fonseca Date: Tue, 30 Jun 2009 18:48:50 +0000 (+0100) Subject: Handle const wide strings correctly. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=44eaac9910fb2e210db79a0933a3adb26edc26bb;p=apitrace Handle const wide strings correctly. --- 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")