mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r6855] Purpose:
Bug Fix Description: The newly added H5TEST_DLL{VAR} macros weren't defined if it wasn't a Windows environment. Solution: "#define" them to "" and "extern" if not a WIN32 environment. Platforms tested: Linux (small change not needing full testing) Misc. update:
This commit is contained in:
parent
c7478518b4
commit
699d1727e0
@ -59,6 +59,8 @@
|
||||
#define H5_DLL
|
||||
#define H5_DLLVAR extern
|
||||
#define H5_DLLCPP
|
||||
#define H5TEST_DLL
|
||||
#define H5TEST_DLLVAR extern
|
||||
#endif
|
||||
|
||||
#endif /* H5API_ADPT_H */
|
||||
|
Loading…
Reference in New Issue
Block a user