mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
platform/posix: fix _GNU_SOURCE define in lib_posix
This commit is contained in:
parent
94fc0febc7
commit
37435365e2
@ -12,9 +12,11 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#define _GNU_SOURCE
|
||||
#include "platform/platform.h"
|
||||
#if XASH_LIB == LIB_POSIX
|
||||
#define _GNU_SOURCE
|
||||
|
||||
|
||||
#include "common.h"
|
||||
#include "library.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user