diff options
Diffstat (limited to 'lib/fsync.c')
| -rw-r--r-- | lib/fsync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fsync.c b/lib/fsync.c index a0b12b6ccc7..ecacb0ba25e 100644 --- a/lib/fsync.c +++ b/lib/fsync.c | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | #include <config.h> | 25 | #include <config.h> |
| 26 | #include <unistd.h> | 26 | #include <unistd.h> |
| 27 | 27 | ||
| 28 | #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | 28 | #if defined _WIN32 && ! defined __CYGWIN__ |
| 29 | 29 | ||
| 30 | /* FlushFileBuffers */ | 30 | /* FlushFileBuffers */ |
| 31 | # define WIN32_LEAN_AND_MEAN | 31 | # define WIN32_LEAN_AND_MEAN |