summaryrefslogtreecommitdiffstats
path: root/PC/launcher.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the original license, as this was contributed under Vinay Sajip's ↵Martin v. Löwis2012-06-211-23/+2
| | | | agreement.
* 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