mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00

* Replaced fileapi.h include with windows.h, as instructed in https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-flushfilebuffers Otherwise this causes compilation error on older sdks. * Removed the fileapi.h include entirely, since windows.h is already included before --------- Co-authored-by: MasonAngelio <MasonAngelio>