mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-01 16:28:09 +08:00
[svn-r3024]
Purpose: Fix a bug on windows Description: add windows.h for WIN32 Platforms tested: windows NT5.0,4.0, eirene
This commit is contained in:
parent
c5cd064a88
commit
c05f6477e0
@ -21,6 +21,10 @@
|
||||
#include <H5MMprivate.h> /* Memory allocation */
|
||||
#include <H5Pprivate.h> /*property lists */
|
||||
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#ifdef MAX
|
||||
#undef MAX
|
||||
#define MAX(X,Y) ((X)>(Y)?(X):(Y))
|
||||
|
Loading…
Reference in New Issue
Block a user