aboutsummaryrefslogtreecommitdiff
path: root/core/sys/windows/winerror.odin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-141-1/+1
* Fix broken cases of `Seek` usage in `_file_stream_proc`Feoramund2024-08-281-0/+1
* Merge remote-tracking branch 'upstream/master' into sys-windows-2Thomas la Cour2024-07-111-1/+1
|\
| * 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
* 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