| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | nbio: add package | Laytan Laats | 2026-01-11 | 1 | -0/+7 |
| | | |||||
| * | Add `RtlNtStatusToDosError` `ERROR_MR_MID_NOT_FOUND` error | FourteenBrush | 2025-09-09 | 1 | -0/+1 |
| | | |||||
| * | Add `ERROR_NOT_FOUND` | FourteenBrush | 2025-09-05 | 1 | -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 correction | Vincent Billet | 2025-05-26 | 1 | -1/+1 |
| | | |||||
| * | COM & Audio useful bindings | Vincent Billet | 2025-05-21 | 1 | -0/+8 |
| | | |||||
| * | Mark procs as "contextless" in winerror.odin | NicknEma | 2024-11-04 | 1 | -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 Zylinski | 2024-09-14 | 1 | -1/+1 |
| | | | | | file tag syntax. | ||||
| * | Fix broken cases of `Seek` usage in `_file_stream_proc` | Feoramund | 2024-08-28 | 1 | -0/+1 |
| | | | | | Handles `EINVAL`, among other fixes. | ||||
| * | Merge remote-tracking branch 'upstream/master' into sys-windows-2 | Thomas la Cour | 2024-07-11 | 1 | -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/windows | Franz Höltermann | 2024-06-11 | 1 | -1/+1 |
| | | | |||||
| * | | more windows stuff | Thomas la Cour | 2024-06-11 | 1 | -3/+227 |
| |/ | |||||
| * | [core:sys/windows] add System Error Codes enum | Igor Dreher | 2023-12-29 | 1 | -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 consistency | Lucas Perlind | 2022-09-01 | 1 | -0/+2 |
| | | |||||
| * | Disallow `proc() do stmt` and only allow `proc() { stmt }` | gingerBill | 2022-07-18 | 1 | -1/+1 |
| | | |||||
| * | sys/windows: add macro | hikari | 2022-06-08 | 1 | -0/+2 |
| | | |||||
| * | sys/windows: add registry functions and create winerror.odin | hikari | 2022-06-03 | 1 | -0/+46 |