Commit 128bfdf6 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

include: Don't redefine _GNU_SOURCE.

parent e0bb0ade
......@@ -29,7 +29,9 @@
# error You must include port.h before all other headers
#endif
#define _GNU_SOURCE /* for pread/pwrite */
#ifndef _GNU_SOURCE
# define _GNU_SOURCE /* for pread/pwrite */
#endif
#include <fcntl.h>
#include <math.h>
#include <sys/types.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment