summaryrefslogtreecommitdiffstats
path: root/osdep/win32-console-wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* win32-console-wrapper: fix printf specifiersKacper Michajłow2024-03-191-1/+1
* win32: don't pass std handles if they are attached to consoleKacper Michajłow2024-03-191-15/+20
* various: use correct PATH_MAX for win32sfan52023-12-271-2/+6
* win32-console-wrapper: silence missing prototype warningsJames Ross-Gowan2019-05-101-2/+4
* win32: fix some Clang warningsJames Ross-Gowan2016-11-171-3/+3
* win32: fix fd://James Ross-Gowan2016-01-071-0/+7
* win32: only attach to the console from mpv.comJames Ross-Gowan2015-04-111-0/+4
* win32-console-wrapper: use child process exit codeMartin Herkt2014-01-061-4/+6
* win32-console-wrapper: remove command line manglingMartin Herkt2014-01-061-11/+2
* win32-console-wrapper: Fix heap corruptionMartin Herkt2014-01-061-1/+1
* Add Windows console wrapper program (mpv.com)Martin Herkt2014-01-021-0/+83