summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-09-17 18:05:32 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-09-17 18:05:32 (GMT)
commit8394d611f2fd2c27345324fdeea24cc3c786e007 (patch)
tree5d4c4ecfbd26209760c9df56427bae50af2ccdb5 /src
parent94a8d4302462ba66192ecf8773127536bb73fe20 (diff)
downloadhdf5-8394d611f2fd2c27345324fdeea24cc3c786e007.zip
hdf5-8394d611f2fd2c27345324fdeea24cc3c786e007.tar.gz
hdf5-8394d611f2fd2c27345324fdeea24cc3c786e007.tar.bz2
[svn-r19418] 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 'src')
-rw-r--r--src/H5private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5private.h b/src/H5private.h
index d506a59..f13ad84 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -145,12 +145,12 @@
#ifdef _WIN32
+#define WIN32_LEAN_AND_MEAN /*Exclude rarely-used stuff from Windows headers */
#ifdef H5_HAVE_WINSOCK_H
#include <winsock2.h>
#endif
-#define WIN32_LEAN_AND_MEAN /*Exclude rarely-used stuff from Windows headers */
#include <windows.h>
#include <direct.h> /* For _getcwd() */