]> git.cworth.org Git - apitrace/blobdiff - windows.py
Trace opengl32.dll.
[apitrace] / windows.py
index b6721fa4a2867784572696927746348487d5e339..ba6ca5a8c572218149b7fe7e880ac3e0f957b2dd 100644 (file)
@@ -45,6 +45,7 @@ LPBOOL = Pointer(BOOL)
 LPSIZE = LPDWORD
 
 LPSTR = String
+LPCSTR = Const(String)
 LPWSTR = String
 
 LARGE_INTEGER = Intrinsic("LARGE_INTEGER", "0x%llx")