aboutsummaryrefslogtreecommitdiff
path: root/core/sys/windows/kernel32.odin
Commit message (Expand)AuthorAgeFilesLines
* sys/windows: fixed calling conventions, added several bindingshikari2022-03-231-1/+10
* add GetModuleHandleAJonas Welle2021-10-161-0/+1
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-114/+114
* Disallow `using` on an enum declaration.gingerBill2021-08-051-3/+11
* Allow `core:sys/windows` to build on Windows onlyJeroen van Rijn2021-07-151-0/+1
* Minimize unneeded castsgingerBill2021-03-031-4/+4
* Replace usage of `inline proc` with `#force_inline proc` in the core librarygingerBill2021-02-231-1/+1
* Remove `bit_field` type from Odin (keyword and dead runtime code still exists)gingerBill2021-02-191-2/+3
* Add kernel32 memory apigingerBill2021-02-111-0/+436
* Correct sys/win32 to match sys/windowsgingerBill2021-02-041-0/+2
* Add experimental `-insert-semicolon` functionality to tokenizer and parsergingerBill2020-11-011-2/+1
* Update packages os, path, and filepathgingerBill2020-09-261-0/+4
* Add `package path/filepath`; Add `os.stat` for windows (TODO: unix)gingerBill2020-09-251-0/+2
* Fix new `package path`gingerBill2020-07-101-0/+7
* Update sys/windows; Add sync.Blocking_Mutex (windows only at the moment)gingerBill2020-06-271-0/+3
* Add more exception handling stuff to sys/windowsgingerBill2020-06-261-1/+5
* Update sys/windowsgingerBill2020-06-261-4/+3
* Begin migration from sys/win32 to sys/windowsgingerBill2020-06-261-0/+263