summaryrefslogtreecommitdiffstats
path: root/perform/iopipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'perform/iopipe.c')
-rw-r--r--perform/iopipe.c2
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");