Update stdout_sinks-inl.h

This commit is contained in:
Gabi Melman 2021-04-08 23:20:36 +03:00 committed by GitHub
parent 57e31f0a58
commit 8001156ca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
// so instead we use ::FileWrite
#include <spdlog/details/windows_include.h>
#ifndef _USING_V110_SDK71_
#ifndef _USING_V110_SDK71_ // fileapi.h doesnt exist in winxp
#include <fileapi.h> // WriteFile (..)
#endif