summaryrefslogtreecommitdiffstats
path: root/src/H5api_adpt.h
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2004-03-09 20:54:09 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2004-03-09 20:54:09 (GMT)
commit56a6632950274ce830889abc79604bc7143e4bbc (patch)
treeed9dd6b67239b57756b5848b53fb022e96c66dca /src/H5api_adpt.h
parent2bb3534b8ffc939037555b1a529f885fdf9613f9 (diff)
downloadhdf5-56a6632950274ce830889abc79604bc7143e4bbc.zip
hdf5-56a6632950274ce830889abc79604bc7143e4bbc.tar.gz
hdf5-56a6632950274ce830889abc79604bc7143e4bbc.tar.bz2
[svn-r8240] Purpose: Bug fix (#71 in Bugzilla DB)
Description: C++ comment was used. That caused problems (see bug description) Solution: Changed C++ comment to C comment 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)