Switch _XOPEN_SOURCE to _POSIX_C_SOURCE (less strict).

w32-compat 3.2
Christopher Wellons 2017-03-27 21:44:30 -04:00
parent 18cc64311c
commit 3d00adcac5
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@
/* Required for correct builds */
#ifndef _XOPEN_SOURCE
# define _XOPEN_SOURCE
#ifndef _POSIX_C_SOURCE
# define _POSIX_C_SOURCE 1
#endif
#define OPTPARSE_IMPLEMENTATION