[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:
MuQun Yang 2000-11-29 15:04:32 -05:00
parent c5cd064a88
commit c05f6477e0

View File

@ -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))