[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:
Bill Wendling 2003-05-13 10:50:31 -05:00
parent c7478518b4
commit 699d1727e0

View File

@ -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 */