aboutsummaryrefslogtreecommitdiff
path: root/src/Win32Main.cxx
Commit message (Collapse)AuthorAge
* Win32Main.cxx: more clean shutdownDenis Krjuchkov2013-01-13
| | | | | | | | | | 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-09
|
* event_pipe.h: convert to C++Max Kellermann2013-01-09
|
* main: use C++ compilerMax Kellermann2012-09-28