diff options
| author | Martin Ridgers <[email protected]> | 2021-11-30 16:23:38 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-12-02 11:35:46 +0100 |
| commit | 93c181ef5174211994533f79c82f1661df70e6e2 (patch) | |
| tree | a4bcdf86893607661c0fe0c2485cd93a8d9f51c3 /zenserver-test/zenserver-test.cpp | |
| parent | ZEN_CONSOLE() without and VA_ARGS wouldn't compile with GCC (diff) | |
| download | zen-93c181ef5174211994533f79c82f1661df70e6e2.tar.xz zen-93c181ef5174211994533f79c82f1661df70e6e2.zip | |
Renamed ZEN_PLATFORM_MACOS to ZEN_PLATFORM_MAC
None of the other platform defines have an "OS" suffix so removing this
one keeps things consistent and lowers the chance of error.
Diffstat (limited to 'zenserver-test/zenserver-test.cpp')
| -rw-r--r-- | zenserver-test/zenserver-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver-test/zenserver-test.cpp b/zenserver-test/zenserver-test.cpp index 2c2722581..0dc0c13dd 100644 --- a/zenserver-test/zenserver-test.cpp +++ b/zenserver-test/zenserver-test.cpp @@ -72,7 +72,7 @@ ZEN_THIRD_PARTY_INCLUDES_END using namespace fmt::literals; using namespace std::literals; -#if ZEN_PLATFORM_LINUX || ZEN_PLATFORM_MACOS +#if ZEN_PLATFORM_LINUX || ZEN_PLATFORM_MAC struct Concurrency { template <typename... T> |