summaryrefslogtreecommitdiffstats
path: root/PC/launcher.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation error under Windows.Vinay Sajip2013-01-291-2/+2
* Closes #17028: Allowed Python arguments to be supplied to launcher.Vinay Sajip2013-01-291-9/+13
* Replace WaitForSingleObject with WaitForSingleObjectEx,Martin v. Löwis2013-01-251-1/+1
* Remove the original license, as this was contributed under Vinay Sajip's agre...Martin v. Löwis2012-06-211-23/+2
* Fix UNICODE glitch.Martin v. Löwis2012-06-211-2/+2
* Fix off-by-one error.Martin v. Löwis2012-06-211-1/+1
* Use GetEnvironmentVariableW instead of _wgetenv to silence VC warnings.Martin v. Löwis2012-06-211-10/+19
* Add launcher source and resourcesBrian Curtin2012-06-201-0/+1377