Fix typo: `wmainCRTStartup` (capital S) not `wmainCRTstartup`.

This commit is contained in:
H. S. Teoh 2021-04-06 11:26:43 -07:00
parent 5c2cac07b4
commit 34ba946e70
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ interface->SetProgressValue(hwnd, 40, 100);
`-Lgdi32.lib -Luser32.lib` on the build command. If you want the Windows
subsystem too, use `-L/subsystem:windows -L/entry:mainCRTStartup`.
If using ldc instead of dmd, use `-L/entry:wmainCRTstartup` instead of `mainCRTStartup`;
If using ldc instead of dmd, use `-L/entry:wmainCRTStartup` instead of `mainCRTStartup`;
note the "w".
On Win32, you can pass `-L/subsystem:windows` if you don't want a