diff options
Diffstat (limited to 'hl/src/H5LTanalyze.c')
-rw-r--r-- | hl/src/H5LTanalyze.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/src/H5LTanalyze.c b/hl/src/H5LTanalyze.c index b1bb29c..fd9c145 100644 --- a/hl/src/H5LTanalyze.c +++ b/hl/src/H5LTanalyze.c @@ -15,7 +15,7 @@ /* * This file was generated by Lex with the command "lex -oH5LTanalyze.c H5LTanalyze.l". - * Do NOT modify it by hand, but in line 33, "#ifndef WIN32" should be added because + * Do NOT modify it by hand, but in line 33, "#ifndef _WIN32" should be added because * Windows doesn't have unistd.h header file. */ @@ -31,7 +31,7 @@ #define YY_FLEX_MINOR_VERSION 5 #include <stdio.h> -#ifndef WIN32 +#ifndef _WIN32 #include <unistd.h> #endif |