Avoid redefining _GNU_SOURCE.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
63e2147c8b
commit
eab489c8d3
1 changed files with 2 additions and 0 deletions
|
|
@ -46,7 +46,9 @@
|
|||
#undef STDC_HEADERS
|
||||
|
||||
/* Define this to get extra features from GNU libc. */
|
||||
#ifndef _GNU_SOURCE
|
||||
#undef _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
/* Define to `int' if <sys/types.h> doesn't define. */
|
||||
#undef uid_t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue