aboutsummaryrefslogtreecommitdiffstats
path: root/src/Win32Main.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Win32Main.cxx: more clean shutdownDenis Krjuchkov2013-01-131-5/+22
| | | | | | | | | | This change fixes two issues: 1) console_handler is called from a separate thread. Thread-safe primitive is required for correct operation. 2) If console_handler returns TRUE our process is immediately terminated. We use Sleep() to give main thread an opportunity to shutdown correctly.
* EventPipe: rename to GlobalEventsMax Kellermann2013-01-091-3/+3
|
* event_pipe.h: convert to C++Max Kellermann2013-01-091-4/+1
|
* main: use C++ compilerMax Kellermann2012-09-281-0/+157