diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2025-05-29 17:30:07 +0200 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2025-05-30 01:03:47 +0200 |
| commit | 0cbff2ff7ff175a40c452bb5ca4a32a282a77088 (patch) | |
| tree | d0dd6eec7396ba57a023a19451ab7d8b40f9d4be /src/libs | |
| parent | c04be630d996a0e01fd3cf05e6cade006e4226ce (diff) | |
| download | zig-0cbff2ff7ff175a40c452bb5ca4a32a282a77088.tar.gz zig-0cbff2ff7ff175a40c452bb5ca4a32a282a77088.zip | |
mingw: Remove libscrnsav(e,w) support.
This defines a WinMain() function that can be potentially problematic when it
isn't wanted. If we add back support for this library in the future, it should
be built separately from mingw32.lib and on demand.
Diffstat (limited to 'src/libs')
| -rw-r--r-- | src/libs/mingw.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/mingw.zig b/src/libs/mingw.zig index 59c4cd0e4a..3b6404516a 100644 --- a/src/libs/mingw.zig +++ b/src/libs/mingw.zig @@ -883,7 +883,6 @@ const mingw32_generic_src = [_][]const u8{ "libsrc" ++ path.sep_str ++ "sensorsapi.c", "libsrc" ++ path.sep_str ++ "portabledeviceguids.c", "libsrc" ++ path.sep_str ++ "taskschd.c", - "libsrc" ++ path.sep_str ++ "scrnsave.c", "libsrc" ++ path.sep_str ++ "strmiids.c", "libsrc" ++ path.sep_str ++ "gdiplus.c", "libsrc" ++ path.sep_str ++ "activeds-uuid.c", |
