summaryrefslogtreecommitdiff
path: root/windows.py
diff options
context:
space:
mode:
Diffstat (limited to 'windows.py')
-rw-r--r--windows.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows.py b/windows.py
index b6721fa4..ba6ca5a8 100644
--- a/windows.py
+++ b/windows.py
@@ -45,6 +45,7 @@ LPBOOL = Pointer(BOOL)
LPSIZE = LPDWORD
LPSTR = String
+LPCSTR = Const(String)
LPWSTR = String
LARGE_INTEGER = Intrinsic("LARGE_INTEGER", "0x%llx")