diff --git a/src/bindings/windows.zig b/src/bindings/windows.zig index fa1b913..e8b275c 100644 --- a/src/bindings/windows.zig +++ b/src/bindings/windows.zig @@ -65,7 +65,7 @@ const LPCVOID = std.os.windows.LPCVOID; const LPSTR = std.os.windows.LPSTR; const LPVOID = std.os.windows.LPVOID; const LPWSTR = std.os.windows.LPWSTR; -const LPCWSTR = std.os.windows.LPCSWTR; +const LPCWSTR = std.os.windows.LPCWSTR; const PVOID = std.os.windows.PVOID; const PWSTR = std.os.windows.PWSTR; const PCWSTR = std.os.windows.PCWSTR;