diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2013-03-19 04:22:34 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2013-03-19 04:22:34 (GMT) |
commit | af9a3abb3dcb01e719abf8eba5fd588c20c89d5c (patch) | |
tree | 6aa572a2460bc06332c7abedac2af45668a97853 /src/H5PLprivate.h | |
parent | beccb8a0fcb8a380c7cd140852a486885b8e38c0 (diff) | |
download | hdf5-af9a3abb3dcb01e719abf8eba5fd588c20c89d5c.zip hdf5-af9a3abb3dcb01e719abf8eba5fd588c20c89d5c.tar.gz hdf5-af9a3abb3dcb01e719abf8eba5fd588c20c89d5c.tar.bz2 |
[svn-r23380] Description:
Review & cleanup code.
Diffstat (limited to 'src/H5PLprivate.h')
-rw-r--r-- | src/H5PLprivate.h | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/src/H5PLprivate.h b/src/H5PLprivate.h index 61cfcda..25fbc51 100644 --- a/src/H5PLprivate.h +++ b/src/H5PLprivate.h @@ -26,26 +26,6 @@ /* Private headers needed by this file */ #include "H5private.h" /* Generic Functions */ -#ifdef H5_HAVE_WIN32_API -/* The following two defines must be before any windows headers are included */ -#define WIN32_LEAN_AND_MEAN /* Exclude rarely-used stuff from Windows headers */ -#define NOGDI /* Exclude Graphic Display Interface macros */ - -#ifdef H5_HAVE_WINSOCK2_H -#include <winsock2.h> -#endif - -#include <windows.h> -#include <direct.h> /* For _getcwd() */ -#endif /*H5_HAVE_WIN32_API*/ - -#ifdef H5_HAVE_DLFCN_H -#include <dlfcn.h> -#endif - -#ifndef H5_HAVE_WIN32_API -#include <dirent.h> -#endif /**************************/ /* Library Private Macros */ @@ -67,6 +47,6 @@ /***************************************/ /* Internal API routines */ -H5_DLL void* H5PL_load(H5PL_type_t plugin_type, int type_id); +H5_DLL void *H5PL_load(H5PL_type_t plugin_type, int type_id); -#endif +#endif /* _H5PLprivate_H */ |