summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/H5win32defs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5win32defs.h b/src/H5win32defs.h
index 4124c71..33d37b6 100644
--- a/src/H5win32defs.h
+++ b/src/H5win32defs.h
@@ -104,10 +104,10 @@ extern "C" {
H5_DLL int c99_vsnprintf(char* str, size_t size, const char* format, va_list ap);
/* Round functions only needed for VS2012 and earlier.
- * They are always built to ensure they don't go stale and
- * can be deleted (along with their #defines, above) when we
- * drop VS2012 support.
- */
+ * They are always built to ensure they don't go stale and
+ * can be deleted (along with their #defines, above) when we
+ * drop VS2012 support.
+ */
H5_DLL long long Wllround(double arg);
H5_DLL long long Wllroundf(float arg);
H5_DLL long Wlround(double arg);