[svn-r8241] Purpose: Bug fix (#71 in Bugzilla DB)

Description: C++ comment was used. That caused a problem for a user (see
             bug description)

Solution: Changed comment to C type

Platforms tested: eirene

Misc. update:
This commit is contained in:
Elena Pourmal 2004-03-09 16:15:24 -05:00
parent 6f0be2df0d
commit 66c858c269

View File

@ -46,8 +46,8 @@
#define H5TEST_DLLVAR extern
#endif /* _HDF5TESTDLL_ */
// Added to export or to import C++ APIs - BMR (02-15-2002)
#if defined(HDF5_CPPDLL_EXPORTS) // this name is generated at creation
/* Added to export or to import C++ APIs - BMR (02-15-2002) */
#if defined(HDF5_CPPDLL_EXPORTS) /* this name is generated at creation */
#define H5_DLLCPP __declspec(dllexport)
#elif defined(HDF5CPP_USEDLL)
#define H5_DLLCPP __declspec(dllimport)