mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
[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:
parent
6f0be2df0d
commit
66c858c269
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user