| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | executor: fix execution of windows syscalls | Dmitry Vyukov | 2017-09-27 | 1 | -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 support | Dmitry Vyukov | 2017-09-25 | 1 | -0/+85 |
