factor/basis/windows/errors
Alexander Iljin 77db1b1df3 windows.errors: make check-invalid-handle throw windows-error instances
There are two consequences:
- the thrown object is now a windows-error, previously it was a string;
- if GetLastError returns zero, nothing is thrown. Previously the string
"The operation completed successfully." was thrown in that case.
2020-01-06 13:18:33 -08:00
..
authors.txt Revert "windows.errors: streamline error handling and throwing" 2020-01-03 13:02:57 -06:00
errors-tests.factor
errors.factor windows.errors: make check-invalid-handle throw windows-error instances 2020-01-06 13:18:33 -08:00
platforms.txt