aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/windows_entry_points/wwinmain.zig
AgeCommit message (Collapse)Author
2025-11-08Let CRT take care of the entry point for wWinMain if libc is linkedRyan Liptak
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) ```