fix: Use umbrella header for win32 includes. #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-windows-umbrella-header"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Win32 API is designed around using umbrella header
windows.hinstead of using smaller headers. Use umbrella header to respect Win32 design choice.Fix missing
sys/types.hinclude that providesoff_t.Run CMake build tests serially to avoid overloading the CI.