aboutsummaryrefslogtreecommitdiff
path: root/core/dynlib/lib_windows.odin
Commit message (Expand)AuthorAgeFilesLines
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* dynlib: add last_error procedureLaytan Laats2024-01-061-0/+7
* Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriategingerBill2023-02-101-0/+3
* Make `core:dynlib` use the private interface convention of other packagesgingerBill2022-05-251-4/+5
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-9/+9
* Begin migration from sys/win32 to sys/windowsgingerBill2020-06-261-4/+4
* Implement dynlib core library for unix/darwin; not 100% about the build tagsScitoshi Nakayobro2019-12-301-0/+1
* Fix core library for the new procedure parameter addressing modegingerBill2019-07-151-1/+1
* Fix -vet for demo.odingingerBill2019-03-301-1/+1
* package dynlibgingerBill2019-03-031-0/+24