Skip to content

Commit 7436c47

Browse files
committed
small fix in OS detection
1 parent b3b2b54 commit 7436c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SmallBetterLogger/SmallBetterLogger.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ SOFTWARE.
5656
#endif
5757

5858
// Detect OS and set the appropriate macros
59-
#if (macintosh || Macintos) && ! __APPLE__
59+
#if macintosh || Macintos
6060
#define SBLOGGER_OS9
6161
#elif !_WIN32
6262
#define SBLOGGER_NIX

0 commit comments

Comments
 (0)