eflxx/eflxx/include/eflxx/System.h

10 lines
96 B
C

#ifdef CWDEBUG
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <libcwd/sys.h>
#endif