forked from mirror/vulkan-zig
Fix other references to std.os.windows decls.
I noticed these are also incorrectly referencing windows decls inside std.os.
This commit is contained in:
@@ -98,10 +98,10 @@ const foreign_types = std.ComptimeStringMap([]const u8, .{
|
||||
.{ "HINSTANCE", "std.os.windows.HINSTANCE" },
|
||||
.{ "HWND", "*opaque {}" },
|
||||
.{ "HMONITOR", "*opaque {}" },
|
||||
.{ "HANDLE", "std.os.HANDLE" },
|
||||
.{ "HANDLE", "std.os.windows.HANDLE" },
|
||||
.{ "SECURITY_ATTRIBUTES", "std.os.SECURITY_ATTRIBUTES" },
|
||||
.{ "DWORD", "std.os.DWORD" },
|
||||
.{ "LPCWSTR", "std.os.LPCWSTR" },
|
||||
.{ "DWORD", "std.os.windows.DWORD" },
|
||||
.{ "LPCWSTR", "std.os.windows.LPCWSTR" },
|
||||
.{ "xcb_connection_t", "opaque {}" },
|
||||
.{ "xcb_visualid_t", @typeName(u32) },
|
||||
.{ "xcb_window_t", @typeName(u32) },
|
||||
|
||||
Reference in New Issue
Block a user