aboutsummaryrefslogtreecommitdiff
path: root/core/sys/windows/winerror.odin
Commit message (Collapse)AuthorAgeFilesLines
* nbio: add packageLaytan Laats2026-01-111-0/+7
|
* Add `RtlNtStatusToDosError` `ERROR_MR_MID_NOT_FOUND` errorFourteenBrush2025-09-091-0/+1
|
* Add `ERROR_NOT_FOUND`FourteenBrush2025-09-051-0/+1
| | | | | Returned by `CancelIoEx` when cancelled number or io completions was 0. Was for some reason defined in `core:os`, but not in win32 pkg. Ref: https://learn.microsoft.com/en-us/windows/win32/debug/system-error-codes--1000-1299-
* HRESULT_FROM_WIN32 correctionVincent Billet2025-05-261-1/+1
|
* COM & Audio useful bindingsVincent Billet2025-05-211-0/+8
|
* Mark procs as "contextless" in winerror.odinNicknEma2024-11-041-7/+7
| | | So that they can be called from places like the windproc and stuff.
* Moved all packages in core, base, vendor, tests and examples to use new #+ ↵Karl Zylinski2024-09-141-1/+1
| | | | file tag syntax.
* Fix broken cases of `Seek` usage in `_file_stream_proc`Feoramund2024-08-281-0/+1
| | | | Handles `EINVAL`, among other fixes.
* Merge remote-tracking branch 'upstream/master' into sys-windows-2Thomas la Cour2024-07-111-1/+1
|\ | | | | | | | | | | | | | | # Conflicts: # core/sys/windows/kernel32.odin # core/sys/windows/types.odin # core/sys/windows/user32.odin # core/sys/windows/winerror.odin
| * Added some missing functions to core/sys/windowsFranz Höltermann2024-06-111-1/+1
| |
* | more windows stuffThomas la Cour2024-06-111-3/+227
|/
* [core:sys/windows] add System Error Codes enumIgor Dreher2023-12-291-0/+5482
| | | | | Copied error values from https://learn.microsoft.com/en-us/windows/win32/debug/system-error-codes--0-499- and subsequent pages to an enum
* Kernel32: Add more window bindings and improve consistencyLucas Perlind2022-09-011-0/+2
|
* Disallow `proc() do stmt` and only allow `proc() { stmt }`gingerBill2022-07-181-1/+1
|
* sys/windows: add macrohikari2022-06-081-0/+2
|
* sys/windows: add registry functions and create winerror.odinhikari2022-06-031-0/+46