summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-09-17 18:06:49 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-09-17 18:06:49 (GMT)
commit36003ca79cdbe3feb0e764f7e9db1a62bd87922f (patch)
tree552b8c26774f0a7a14963ca0132f03de1ad34437 /tools
parent0407b2e64af06f8e65ffd953a20b8bcef3483954 (diff)
downloadhdf5-36003ca79cdbe3feb0e764f7e9db1a62bd87922f.zip
hdf5-36003ca79cdbe3feb0e764f7e9db1a62bd87922f.tar.gz
hdf5-36003ca79cdbe3feb0e764f7e9db1a62bd87922f.tar.bz2
[svn-r19419] On windows, an include bypassed the WIN32_LEAN_AND_MEAN define. Moved the define up. Moved the h5dif.h to after the h5private include
Tested: Windows
Diffstat (limited to 'tools')
-rw-r--r--tools/lib/h5diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5diff.c b/tools/lib/h5diff.c
index d462b45..5a744ab 100644
--- a/tools/lib/h5diff.c
+++ b/tools/lib/h5diff.c
@@ -14,8 +14,8 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include <stdlib.h>
-#include "h5diff.h"
#include "H5private.h"
+#include "h5diff.h"
#include "ph5diff.h"
#include "h5tools.h"
#include "h5tools_utils.h"