From 541bd4cf8df0e316e14a36d82b84cb9cdee20e78 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Sun, 25 Nov 2018 01:53:22 +0100 Subject: [PATCH] q3map2: drop Q_UNIX definition (rely on GDEF_OS_POSIX instead) --- tools/quake3/q3map2/q3map2.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tools/quake3/q3map2/q3map2.h b/tools/quake3/q3map2/q3map2.h index 0f90e712..ce37d76c 100644 --- a/tools/quake3/q3map2/q3map2.h +++ b/tools/quake3/q3map2/q3map2.h @@ -48,11 +48,7 @@ ------------------------------------------------------------------------------- */ /* platform-specific */ -#if GDEF_OS_LINUX || GDEF_OS_MACOS - #define Q_UNIX -#endif - -#ifdef Q_UNIX +#if GDEF_OS_POSIX #include #include #include -- 2.39.2