mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
don't redefine _GNU_SOURCE
This commit is contained in:
parent
25a1cb8ce7
commit
36e7856b9c
@ -12,7 +12,9 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
*/
|
*/
|
||||||
|
#ifndef _GNU_SOURCE
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
|
#endif
|
||||||
#include "platform/platform.h"
|
#include "platform/platform.h"
|
||||||
#if XASH_LIB == LIB_POSIX
|
#if XASH_LIB == LIB_POSIX
|
||||||
#ifdef XASH_IRIX
|
#ifdef XASH_IRIX
|
||||||
|
Loading…
x
Reference in New Issue
Block a user