Otherwise this causes compilation error on older sdks.
pull/3444/head
MasonAngelio 1 month ago
parent 9ecdf5c8a1
commit 2eb615ab17

@ -23,7 +23,7 @@
#ifdef _WIN32 #ifdef _WIN32
#include <spdlog/details/windows_include.h> #include <spdlog/details/windows_include.h>
#include <fileapi.h> // for FlushFileBuffers #include <windows.h> // for FlushFileBuffers
#include <io.h> // for _get_osfhandle, _isatty, _fileno #include <io.h> // for _get_osfhandle, _isatty, _fileno
#include <process.h> // for _get_pid #include <process.h> // for _get_pid

Loading…
Cancel
Save