win32, ...: avoid including windows.h
Include the most specific header documented by MSDN instead.
This commit is contained in:
@@ -49,7 +49,9 @@ FormatSystemError(std::error_code code, const char *fmt,
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
#include <windows.h>
|
||||
#include <errhandlingapi.h> // for GetLastError()
|
||||
#include <windef.h> // for HWND (needed by winbase.h)
|
||||
#include <winbase.h> // for FormatMessageA()
|
||||
|
||||
static inline std::system_error
|
||||
MakeLastError(DWORD code, const char *msg) noexcept
|
||||
|
Reference in New Issue
Block a user