Skip to content

Commit 531b25d

Browse files
committed
Version: replace WIN32 with Windows and Darwin with macOS
1 parent 8c6dc34 commit 531b25d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/detection/version/version.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
#elif defined(__FreeBSD__)
4444
#define FF_SYSNAME "FreeBSD"
4545
#elif defined(__APPLE__)
46-
#define FF_SYSNAME "Darwin"
46+
#define FF_SYSNAME "macOS"
4747
#elif defined(_WIN32)
48-
#define FF_SYSNAME "WIN32"
48+
#define FF_SYSNAME "Windows"
4949
#elif defined(__sun)
5050
#define FF_SYSNAME "SunOS"
5151
#elif defined(__OpenBSD__)

0 commit comments

Comments
 (0)