]> git.cworth.org Git - apitrace/commitdiff
Handle const wide strings correctly.
authorJosé Fonseca <jfonseca@vmware.com>
Tue, 30 Jun 2009 18:48:50 +0000 (19:48 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Tue, 30 Jun 2009 18:48:50 +0000 (19:48 +0100)
windows.py

index 032b87b1f4967093dd6e79e88d8cfb1cca69f141..4202f06781648d39ee7616e769e4005e43d37520 100644 (file)
@@ -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")