zig/test/standalone/windows_entry_points
Ryan Liptak b31a03f134 Let CRT take care of the entry point for wWinMain if libc is linked
Fixes #7852

Before, the modified test would fail with:

```
error: lld-link: undefined symbol: wWinMain
    note: referenced by C:\Users\Ryan\Programming\Zig\zig-x86_64-windows-0.15.1\lib\libc\mingw\crt\crtexewin.c:66
    note:               libmingw32.lib(ucrtexewin.obj):(wmain)
```
2025-11-08 17:11:12 -08:00
..
build.zig Let CRT take care of the entry point for wWinMain if libc is linked 2025-11-08 17:11:12 -08:00
main.c Add standalone test for all possible MinGW exe entry points 2024-03-27 10:06:06 +00:00
main.zig Let CRT take care of the entry point for wWinMain if libc is linked 2025-11-08 17:11:12 -08:00
winmain.c Add standalone test for all possible MinGW exe entry points 2024-03-27 10:06:06 +00:00
wmain.c Add standalone test for all possible MinGW exe entry points 2024-03-27 10:06:06 +00:00
wwinmain.c Add standalone test for all possible MinGW exe entry points 2024-03-27 10:06:06 +00:00
wwinmain.zig Let CRT take care of the entry point for wWinMain if libc is linked 2025-11-08 17:11:12 -08:00