forked from mirror/vulkan-zig
Change 'std.os.HINSTANCE' to 'std.os.windows.HINSTANCE'
I got a compile error for this after playing around and doing 'vk.InstanceWrapper(std.enums.values(vk.InstanceCommand))', where the compiler thusly complained that there is no declaration for `HINSTANCE` inside `std.os`.
This commit is contained in:
@@ -95,7 +95,7 @@ const foreign_types = std.ComptimeStringMap([]const u8, .{
|
||||
.{ "RROutput", @typeName(c_ulong) },
|
||||
.{ "wl_display", "opaque {}" },
|
||||
.{ "wl_surface", "opaque {}" },
|
||||
.{ "HINSTANCE", "std.os.HINSTANCE" },
|
||||
.{ "HINSTANCE", "std.os.windows.HINSTANCE" },
|
||||
.{ "HWND", "*opaque {}" },
|
||||
.{ "HMONITOR", "*opaque {}" },
|
||||
.{ "HANDLE", "std.os.HANDLE" },
|
||||
|
||||
Reference in New Issue
Block a user