diff options
Diffstat (limited to 'src/H5api_adpt.h')
-rw-r--r-- | src/H5api_adpt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5api_adpt.h b/src/H5api_adpt.h index b93431f..740eab5 100644 --- a/src/H5api_adpt.h +++ b/src/H5api_adpt.h @@ -21,7 +21,7 @@ #ifndef H5API_ADPT_H #define H5API_ADPT_H -#if defined(WIN32) || defined(_WIN32) +#if defined(_WIN32) #if defined(_HDF5DLL_) #pragma warning(disable: 4273) /* Disable the dll linkage warnings */ @@ -108,7 +108,7 @@ #define H5_DLLCPP #endif /* HDF5_CPPDLL_EXPORTS */ -#else /*WIN32*/ +#else /*_WIN32*/ #define H5_DLL #define H5_HLDLL #define H5_HLCPPDLL |