From df31eab4740be4bedad2fc605fb83d7d15dea986 Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Fri, 6 Oct 2006 15:12:44 -0500 Subject: [svn-r12730] Add _WIN32 macro since some windows applications need to use this macro rather than WIN32. --- src/H5api_adpt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5api_adpt.h b/src/H5api_adpt.h index 79c6aa1..cd026e6 100644 --- a/src/H5api_adpt.h +++ b/src/H5api_adpt.h @@ -20,7 +20,7 @@ #ifndef H5API_ADPT_H #define H5API_ADPT_H -#if defined(WIN32) +#if defined(WIN32) || defined(_WIN32) #if defined(_HDF5DLL_) #pragma warning(disable: 4273) /* Disable the dll linkage warnings */ -- cgit v0.12