Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-07-11 21:08:29 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-07-11 21:08:29 +0300
commit87cfaf9bd54b9dca5adfd9263a86d7af45a297b3 (patch)
tree66c926b6fbed7e8608dc4d56454ea17d3bf12f3a
parentf3d672309a23a989f0c60aeccf309a8db670e719 (diff)
Fix build failure
-rw-r--r--include/llfio/llfio.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llfio/llfio.hpp b/include/llfio/llfio.hpp
index c1f8d49e..180df4ae 100644
--- a/include/llfio/llfio.hpp
+++ b/include/llfio/llfio.hpp
@@ -2,9 +2,9 @@
#include "version.hpp"
#if defined(_MSC_VER) && !defined(__clang__)
-#define LLFIO_HEADERS_PATH2 LLFIO_VERSION_GLUE(v, LLFIO_HEADERS_VERSION, / llfio.hpp)
+#define LLFIO_HEADERS_PATH2 LLFIO_VERSION_GLUE(v, LLFIO_HEADERS_VERSION, /llfio.hpp)
#elif !__PCPP_ALWAYS_FALSE__
-#define LLFIO_HEADERS_PATH2 LLFIO_VERSION_GLUE(v, LLFIO_HEADERS_VERSION, ) / llfio.hpp
+#define LLFIO_HEADERS_PATH2 LLFIO_VERSION_GLUE(v, LLFIO_HEADERS_VERSION,)/llfio.hpp
#endif
#if 0 // cmake's Makefiles and Ninja generators won't pick up dependent headers without this