We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abfbaae commit f7aed07Copy full SHA for f7aed07
2 files changed
build.zig.zon
@@ -5,7 +5,7 @@
5
6
.fingerprint = 0x645cd3e2b3f03958,
7
8
- .minimum_zig_version = "0.14.0",
+ .minimum_zig_version = "0.15.0-dev.1092+d772c0627",
9
10
.dependencies = .{},
11
src/root.zig
@@ -156,7 +156,7 @@ fn getDllIncludes(dll_name: DllName) *const DllIncludes {
156
157
fn logUnlinkableFunction(name: []const u8, path: []const u16) void {
158
@branchHint(.cold);
159
- logger.warn("Failed to locate function {s} in {s}", .{ name, std.unicode.fmtUtf16Le(path) });
+ logger.warn("Failed to locate function {s} in {f}", .{ name, std.unicode.fmtUtf16Le(path) });
160
}
161
162
fn loadFunctions(dll: std.os.windows.HMODULE, path: []const u16, dll_name: DllName) void {
0 commit comments