Skip to content

Commit e2c049f

Browse files
authored
fix: type on windows.zig (#5)
1 parent ebd1d69 commit e2c049f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bindings/windows.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const LPCVOID = std.os.windows.LPCVOID;
6565
const LPSTR = std.os.windows.LPSTR;
6666
const LPVOID = std.os.windows.LPVOID;
6767
const LPWSTR = std.os.windows.LPWSTR;
68-
const LPCWSTR = std.os.windows.LPCSWTR;
68+
const LPCWSTR = std.os.windows.LPCWSTR;
6969
const PVOID = std.os.windows.PVOID;
7070
const PWSTR = std.os.windows.PWSTR;
7171
const PCWSTR = std.os.windows.PCWSTR;

0 commit comments

Comments
 (0)