summaryrefslogtreecommitdiffstats
path: root/src/H5api_adpt.h
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2004-03-09 21:15:24 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2004-03-09 21:15:24 (GMT)
commit66c858c26992818ed66b3a730c10a11a7644d654 (patch)
tree9e0ea3e7422438be913c61f6dc9e03add6cde487 /src/H5api_adpt.h
parent6f0be2df0d0f1fe7007f4db9266daf1b58687b76 (diff)
downloadhdf5-66c858c26992818ed66b3a730c10a11a7644d654.zip
hdf5-66c858c26992818ed66b3a730c10a11a7644d654.tar.gz
hdf5-66c858c26992818ed66b3a730c10a11a7644d654.tar.bz2
[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:
Diffstat (limited to 'src/H5api_adpt.h')
-rw-r--r--src/H5api_adpt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5api_adpt.h b/src/H5api_adpt.h
index 6297f47..d2af250 100644
--- a/src/H5api_adpt.h
+++ b/src/H5api_adpt.h
@@ -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)