blob: 2abde3320e331ee7d05f1e354c889ea8befe1982 (
plain)
1
2
3
4
5
6
|
w32api is a free set of headers and import libraries for the Win32
API. The library differs from the GNU Windows32 library in that I
have tried to use a file structure that mirrors Microsoft's. I
don't like having *all* definitions in one single header as in the
GNU Windows32 library, I want a clean separation between different
parts of the API.
|