Skip to content

Commit

Permalink
small fix in OS detection
Browse files Browse the repository at this point in the history
  • Loading branch information
filipdutescu committed Mar 27, 2020
1 parent b3b2b54 commit 7436c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SmallBetterLogger/SmallBetterLogger.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ SOFTWARE.
#endif

// Detect OS and set the appropriate macros
#if (macintosh || Macintos) && ! __APPLE__
#if macintosh || Macintos
#define SBLOGGER_OS9
#elif !_WIN32
#define SBLOGGER_NIX
Expand Down

0 comments on commit 7436c47

Please sign in to comment.