aboutsummaryrefslogtreecommitdiff
path: root/libwinmain
Commit message (Collapse)AuthorAgeFilesLines
* Make sure that control C only kills the process when a new console is created.marha2010-03-041-10/+33
| | | | | | Do not do it without console or attached do an existing console.
* Create the console when the first parameter on the command line is ↵marha2009-11-181-0/+55
| | | | '-console'. printf output will then be shown.
* Solved problem when argument was surrounded by quotes.marha2009-11-061-4/+16
|
* Move WinMain to seperate library.marha2009-11-052-0/+46