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 11:54:13 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-07-11 11:54:13 +0300
commitf3d672309a23a989f0c60aeccf309a8db670e719 (patch)
tree97fe3f5a2a174e04932a7e33b23afbf83b28fa48 /include/llfio/llfio.hpp
parent5021681a63ecb88f8fc583de0affd921b8677ecf (diff)
Finished renaming all AFIO => LLFIO, I think at least.
Diffstat (limited to 'include/llfio/llfio.hpp')
-rw-r--r--include/llfio/llfio.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/llfio/llfio.hpp b/include/llfio/llfio.hpp
index af0bd0c5..c1f8d49e 100644
--- a/include/llfio/llfio.hpp
+++ b/include/llfio/llfio.hpp
@@ -1,19 +1,19 @@
-//! \file llfio/llfio.hpp The master *latest version* AFIO include file. All AFIO consuming libraries should include this header only.
+//! \file llfio/llfio.hpp The master *latest version* LLFIO include file. All LLFIO consuming libraries should include this header only.
#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
+#if 0 // cmake's Makefiles and Ninja generators won't pick up dependent headers without this
#include "v2.0/llfio.hpp"
#endif
#define LLFIO_HEADERS_PATH4(a) #a
#define LLFIO_HEADERS_PATH3(a) LLFIO_HEADERS_PATH4(a)
-//! \brief The AFIO headers path generated by the preprocessor from the version
+//! \brief The LLFIO headers path generated by the preprocessor from the version
#define LLFIO_HEADERS_PATH LLFIO_HEADERS_PATH3(LLFIO_HEADERS_PATH2)
#include LLFIO_HEADERS_PATH
#undef LLFIO_HEADERS_PATH