aboutsummaryrefslogtreecommitdiff
path: root/core/sys/win32/kernel32.odin
Commit message (Expand)AuthorAgeFilesLines
* Additional win32 bindings.Josh Engler2021-10-051-0/+2
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-144/+144
* Update kernel32.odinDan Bechard2020-11-201-2/+2
* Fix double declarationgingerBill2020-07-101-1/+0
* Merge pull request #339 from dotbmp/mastergingerBill2020-07-101-0/+9
|\
| * Merge branch 'master' into masterBrendan Punsky2019-03-181-7/+17
| |\
| * | Fix typoBrendan Punsky2019-03-131-1/+1
| * | Merge branch 'master' into masterBrendan Punsky2019-03-131-3/+44
| |\ \
| * | | Update kernel32.odinBrendan Punsky2019-03-131-0/+9
* | | | Begin migration from sys/win32 to sys/windowsgingerBill2020-06-261-4/+4
* | | | Revert os_windows.odin behaviourgingerBill2020-03-121-7/+7
* | | | Fix os.read / os.read_entire_fileTetralux2020-03-121-2/+2
* | | | Add os.get_current_directory / os.set_current_directoryTetralux2020-01-201-0/+5
* | | | Implement core:thread and core:sync on Unix using pthreadsTetralux2019-12-011-0/+1
* | | | Fix parsing for procedure literals expression statements; improve assert perf...gingerBill2019-07-281-1/+1
* | | | `@(private)` for `foreign` blocks; Improve foreign signature similarity rulesgingerBill2019-03-241-2/+2
| |_|/ |/| |
* | | Fix `using import` behaviour - #352gingerBill2019-03-171-1/+2
* | | Add -pdb-name for custom names of PDBsgingerBill2019-03-141-6/+15
| |/ |/|
* | package dynlibgingerBill2019-03-031-1/+1
* | Add minor additions to mem, sync, and sys/win32gingerBill2019-02-211-2/+43
|/
* Initial support for GetVersionExAJeroen van Rijn2019-01-181-24/+25
* Reorganize sys/win32gingerBill2019-01-021-0/+169