[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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user