Skip to content

Commit

Permalink
delete std.os.windows.user32
Browse files Browse the repository at this point in the history
This is progress towards #4426
Closes #17417
  • Loading branch information
andrewrk committed Oct 28, 2023
1 parent 9ff9ea3 commit c44ea28
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1,593 deletions.
1 change: 0 additions & 1 deletion lib/std/os/windows.zig
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ pub const ntdll = @import("windows/ntdll.zig");
pub const ole32 = @import("windows/ole32.zig");
pub const psapi = @import("windows/psapi.zig");
pub const shell32 = @import("windows/shell32.zig");
pub const user32 = @import("windows/user32.zig");
pub const ws2_32 = @import("windows/ws2_32.zig");
pub const gdi32 = @import("windows/gdi32.zig");
pub const winmm = @import("windows/winmm.zig");
Expand Down
Loading

0 comments on commit c44ea28

Please sign in to comment.