[svn-r23365] I opted out dirent.h for Windows.

Not tested yet.
This commit is contained in:
Raymond Lu 2013-03-18 14:21:55 -05:00
parent 296e21f2e2
commit c7e0a521db

View File

@ -27,11 +27,12 @@
#include "H5private.h" /* Generic Functions */
#ifdef H5_HAVE_DLFCN_H
#include <dlfcn.h>
#include <dlfcn.h>
#endif
#ifndef H5_HAVE_WIN32_API
#include <dirent.h>
/*#include <sys/dirent.h>*/
#endif
/**************************/
/* Library Private Macros */