diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2001-07-09 16:04:44 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2001-07-09 16:04:44 (GMT) |
commit | 2aa68eaac1264d6962ecc45cb5cc44cd66724e3e (patch) | |
tree | 815a36d20804f22ef7ccd2cb8661a950299220d9 /src/H5FDstdio.c | |
parent | f6ad8d2e08d33f28ddba70b2896301715949c0ad (diff) | |
download | hdf5-2aa68eaac1264d6962ecc45cb5cc44cd66724e3e.zip hdf5-2aa68eaac1264d6962ecc45cb5cc44cd66724e3e.tar.gz hdf5-2aa68eaac1264d6962ecc45cb5cc44cd66724e3e.tar.bz2 |
[svn-r4155]
Purpose:
updated windows headers in these 2 src files
Description:
Solution:
Platforms tested:
NT:
Diffstat (limited to 'src/H5FDstdio.c')
-rw-r--r-- | src/H5FDstdio.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/H5FDstdio.c b/src/H5FDstdio.c index 0aa6fe7..67784b3 100644 --- a/src/H5FDstdio.c +++ b/src/H5FDstdio.c @@ -24,16 +24,11 @@ #endif #ifdef WIN32 -#if !defined(_68K_) && !defined(_MPPC_) && !defined(_PPC_) && !defined(_ALPHA_) && !defined(_MIPS_) && !defined(_X86_) && defined(_M_IX86) -#define _X86_ -#endif -#include <windef.h> -#include <winbase.h> - +#include <windows.h> #include <io.h> - #endif + #ifdef MAX #undef MAX #endif /* MAX */ |