fix: Use umbrella header for win32 includes. #16

Merged
arnor-nolen merged 2 commits from fix-windows-umbrella-header into master 2026-05-27 18:42:02 +00:00
Owner

Win32 API is designed around using umbrella header windows.h instead of using smaller headers. Use umbrella header to respect Win32 design choice.

Fix missing sys/types.h include that provides off_t.

Run CMake build tests serially to avoid overloading the CI.

Win32 API is designed around using umbrella header `windows.h` instead of using smaller headers. Use umbrella header to respect Win32 design choice. Fix missing `sys/types.h` include that provides `off_t`. Run CMake build tests serially to avoid overloading the CI.
fix: Use umbrella header for win32 includes.
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
355695bf8d
test: Run CMake build tests serially to avoid overloading the CI.
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
1b8ca2973c
arnor-nolen deleted branch fix-windows-umbrella-header 2026-05-27 18:42:02 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
arnor-nolen/ndl!16
No description provided.