We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd1d69 commit e2c049fCopy full SHA for e2c049f
src/bindings/windows.zig
@@ -65,7 +65,7 @@ const LPCVOID = std.os.windows.LPCVOID;
65
const LPSTR = std.os.windows.LPSTR;
66
const LPVOID = std.os.windows.LPVOID;
67
const LPWSTR = std.os.windows.LPWSTR;
68
-const LPCWSTR = std.os.windows.LPCSWTR;
+const LPCWSTR = std.os.windows.LPCWSTR;
69
const PVOID = std.os.windows.PVOID;
70
const PWSTR = std.os.windows.PWSTR;
71
const PCWSTR = std.os.windows.PCWSTR;
0 commit comments