diff options
Diffstat (limited to 'perform/iopipe.c')
-rw-r--r-- | perform/iopipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perform/iopipe.c b/perform/iopipe.c index b852196..8728fab 100644 --- a/perform/iopipe.c +++ b/perform/iopipe.c @@ -148,7 +148,7 @@ static void synchronize (void) { #ifdef H5_HAVE_SYSTEM -#if defined(WIN32) && ! defined(__CYGWIN__) +#if defined(_WIN32) && ! defined(__CYGWIN__) _flushall(); #else HDsystem ("sync"); |