mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 10:31:34 +08:00
Fix windows compile (clang-format ordering(
This commit is contained in:
parent
7c6f737990
commit
9fea0e5fa8
@ -78,8 +78,11 @@ TEST_CASE("dir_name", "[create_dir]") {
|
||||
//
|
||||
// test windows cases when drive letter is given e.g. C:\\some-folder
|
||||
//
|
||||
#include <fileapi.h>
|
||||
// clang-format off
|
||||
#include <windows.h>
|
||||
#include <fileapi.h>
|
||||
// clang-format on
|
||||
|
||||
|
||||
std::string get_full_path(const std::string &relative_folder_path) {
|
||||
char full_path[MAX_PATH];
|
||||
|
Loading…
Reference in New Issue
Block a user