Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/bindings/windows.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down