aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/windows/kernel32.zig
AgeCommit message (Expand)Author
2020-04-22std: Implement progress for WindowsLemonBoy
2020-04-12std: add some basic windows user32 definitionsdaurnimator
2020-03-12std: Add setEndPos to fs.fileLemonBoy
2020-03-06?HMODULE instead of HMODULEAndrew Kelley
2020-02-01windows: Minor changes to psapi prototypesLemonBoy
2020-01-31Merge pull request #4340 from daurnimator/ntstatus-as-enumAndrew Kelley
2020-02-01windows: Add GetCurrentProcess definitionLemonBoy
2020-01-31windows: Add psapi APILemonBoy
2020-01-31Turn win32 errors into a non-exhaustive enumdaurnimator
2020-01-07Merge branch 'std-utf16-sentinel-terminated' of https://github.com/daurnimato...Andrew Kelley
2020-01-02Implement the callconv() annotationLemonBoy
2019-12-29std: sentinel terminated pointers for utf16 apisdaurnimator
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-11-27std: improved windows.DeviceIoControldaurnimator
2019-11-27std: add CreateEvent for windowsdaurnimator
2019-11-27std: add WaitForMultipleObjects for windowsdaurnimator
2019-11-27std: add alertable argument for windows.WaitForSingleObjectdaurnimator
2019-11-14std: add DeviceIoControl and GetOverlappedResult for windowsdaurnimator
2019-11-07remove WaitOnAddress backend in std.ThreadParkerkprotty
2019-11-05ThreadParker implementationkprotty
2019-11-05adaptive SpinLockkprotty
2019-10-21fs.Dir.openDir: use empty object name for "." on WindowsAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley