aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/windows/user32.zig
AgeCommit message (Expand)Author
2021-01-11Merge pull request #7195 from Aransentin/masterAndrew Kelley
2020-12-31Year++Frank Denis
2020-11-22UnregisterClassW needs WINAPI as wellAransentin
2020-11-22Fixed bugs, style suggestionsAransentin
2020-11-22Ensure the dynamic function has the same type as the static oneJens Goldberg
2020-11-22user32 cleanup, added wrappers and additional functionsAransentin
2020-11-19Update code to not use unsupported calling conventions for targetTadeo Kondrak
2020-08-20add license header to all std lib filesAndrew Kelley
2020-05-07Removed GetModuleHandleA from user32Jens Goldberg
2020-05-07Removed duplicate WM_ACTIVATEJens Goldberg
2020-04-15translate-c cleanup and zig fmtVexu
2020-04-14Added gdi32.zig and More user32 definitionsJakub
2020-04-12std: add some basic windows user32 definitionsdaurnimator