mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[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
This commit is contained in:
parent
94a8d43024
commit
8394d611f2
@ -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() */
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user