aboutsummaryrefslogtreecommitdiffstats
path: root/src/Win32Main.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
|
* *: use nullptr instead of NULLMax Kellermann2013-10-191-2/+2
|
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
|
* mpd_error.h: remove obsolete headerMax Kellermann2013-09-051-4/+5
| | | | Migrate the remaining callers to FatalError().
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-3/+4
|
* 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