summaryrefslogtreecommitdiff
path: root/msvc_extra_headers/ardourext/misc.h.input
diff options
context:
space:
mode:
Diffstat (limited to 'msvc_extra_headers/ardourext/misc.h.input')
-rw-r--r--msvc_extra_headers/ardourext/misc.h.input2
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc_extra_headers/ardourext/misc.h.input b/msvc_extra_headers/ardourext/misc.h.input
index 79fb5aafab..3ea4a806e9 100644
--- a/msvc_extra_headers/ardourext/misc.h.input
+++ b/msvc_extra_headers/ardourext/misc.h.input
@@ -193,7 +193,7 @@ typedef _mode_t mode_t;
// int64 abs()
#ifdef __cplusplus // Normal 'C' doesn't permit over-ridden functions !!
-inline uint64_t abs(int64_t val)
+inline int64_t abs(int64_t val) throw()
{
if (val < 0)
return val * (-1);