https://github.com/rinzii/winlite
A thin wrapper around windows.h that removes all uncommon windows features licensed under CC0.
https://github.com/rinzii/winlite
c cmake cpp win32 winapi windows
Last synced: 2 months ago
JSON representation
A thin wrapper around windows.h that removes all uncommon windows features licensed under CC0.
- Host: GitHub
- URL: https://github.com/rinzii/winlite
- Owner: Rinzii
- License: cc0-1.0
- Created: 2024-10-17T20:13:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-22T18:25:46.000Z (over 1 year ago)
- Last Synced: 2025-02-09T04:17:12.212Z (over 1 year ago)
- Topics: c, cmake, cpp, win32, winapi, windows
- Language: C
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
WinLite is a lightweight wrapper around `windows.h`
that removes the vast majority of extra baggage that normally comes with `windows.h`.
If you want a truly bare minimum `windows.h` this is what you need.