diff options
Diffstat (limited to 'testpar/t_mdset.c')
-rw-r--r-- | testpar/t_mdset.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testpar/t_mdset.c b/testpar/t_mdset.c index 4cd6037..da67fe9 100644 --- a/testpar/t_mdset.c +++ b/testpar/t_mdset.c @@ -459,7 +459,7 @@ void big_dataset(void) /* Check that file of the correct size was created */ file_size=h5_get_file_size(filename); -#ifndef WIN32 +#ifndef _WIN32 VRFY((file_size == 2147485696ULL), "File is correct size (~2GB)"); #endif @@ -490,7 +490,7 @@ void big_dataset(void) /* Check that file of the correct size was created */ file_size=h5_get_file_size(filename); -#ifndef WIN32 +#ifndef _WIN32 VRFY((file_size == 4294969344ULL), "File is correct size (~4GB)"); #endif @@ -521,7 +521,7 @@ void big_dataset(void) /* Check that file of the correct size was created */ file_size=h5_get_file_size(filename); -#ifndef WIN32 +#ifndef _WIN32 VRFY((file_size == 8589936640ULL), "File is correct size (~8GB)"); #endif |