[svn-r3274]

Purpose:
   Arrange codes for avoiding windows warnings
Description:
Solution:
    put windows including header files into H5private.h
Platforms tested:
    win 2000, confirmed at eirene
This commit is contained in:
MuQun Yang
2001-01-12 01:43:04 -05:00
parent df0b3ecd5b
commit 7785cbd55b
2 changed files with 0 additions and 7 deletions

View File

@@ -21,10 +21,6 @@
#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))