aboutsummaryrefslogtreecommitdiff
path: root/libwinmain
Commit message (Collapse)AuthorAgeFilesLines
* Now use visual studio 2013 express edition for compilationmarha2013-11-121-6/+6
|
* Solved 64-bit compile warnings (runtime errors?)marha2013-09-191-7/+7
|
* Silently return when _open_osfhandle returns an errormarha2012-05-031-0/+2
|
* Enabled global optimisation in release buildmarha2011-01-311-5/+8
| | | | | winmain : GetEnvironmentStrings return should be freed with FreeEnvironmentStrings
* main should also pass the penv variablemarha2011-01-311-2/+20
|
* 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