Check if _GNU_SOURCE is already defined

This commit is contained in:
M374LX 2023-12-02 19:22:17 -03:00
parent d097e35743
commit a7ed7a979e

View File

@ -26,7 +26,9 @@
// It is fine to use C99 in this file because it will not be built with VS
//========================================================================
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include "internal.h"