win32, ...: avoid including windows.h

Include the most specific header documented by MSDN instead.
This commit is contained in:
Max Kellermann
2021-05-19 17:24:02 +02:00
parent a6cb3139db
commit a169a05e41
17 changed files with 38 additions and 17 deletions

View File

@@ -77,7 +77,7 @@ void
HugeDiscard(void *p, size_t size) noexcept;
#elif defined(_WIN32)
#include <windows.h>
#include <memoryapi.h>
WritableBuffer<void>
HugeAllocate(size_t size);