Merge pull request #284 from quickfur/typo

Fix typo: `wmainCRTStartup` (capital S) not `wmainCRTstartup`.
This commit is contained in:
Adam D. Ruppe 2021-04-06 15:12:36 -04:00 committed by GitHub
commit d5c3539293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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