Removed the fileapi.h include entirely, since windows.h is already included before

pull/3444/head
MasonAngelio 1 month ago
parent 2eb615ab17
commit a5386a2d53

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

Loading…
Cancel
Save