Merge pull request #307 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop

* commit 'a247e3367847567de1b605bfb63e19e06ee582e9':
  Changed C++ comments to C comments in H5win32defs.h.
This commit is contained in:
Dana Robinson 2017-02-22 19:49:03 -06:00
commit 054cc1af29

View File

@ -75,8 +75,8 @@ struct timezone {
#if (_MSC_VER < 1900)
struct timespec
{
time_t tv_sec; // Seconds - >= 0
long tv_nsec; // Nanoseconds - [0, 999999999]
time_t tv_sec; /* Seconds - >= 0 */
long tv_nsec; /* Nanoseconds - [0, 999999999] */
};
#endif /* MSC_VER < 1900 */