mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-27 08:01:04 +08:00
[svn-r23365] I opted out dirent.h for Windows.
Not tested yet.
This commit is contained in:
parent
296e21f2e2
commit
c7e0a521db
@ -27,11 +27,12 @@
|
|||||||
#include "H5private.h" /* Generic Functions */
|
#include "H5private.h" /* Generic Functions */
|
||||||
|
|
||||||
#ifdef H5_HAVE_DLFCN_H
|
#ifdef H5_HAVE_DLFCN_H
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef H5_HAVE_WIN32_API
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
/*#include <sys/dirent.h>*/
|
#endif
|
||||||
|
|
||||||
/**************************/
|
/**************************/
|
||||||
/* Library Private Macros */
|
/* Library Private Macros */
|
||||||
|
Loading…
Reference in New Issue
Block a user