aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor_windows.cc
Commit message (Collapse)AuthorAgeFilesLines
* executor: fix execution of windows syscallsDmitry Vyukov2017-09-271-5/+6
| | | | | First, they must be called with stdcall convention. Second, wrap them in __try/__except because they can crash.
* executor, sys/windows: initial windows supportDmitry Vyukov2017-09-251-0/+85