diff options
Diffstat (limited to 'PC')
-rw-r--r-- | PC/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PC/config.h b/PC/config.h index a69c73b..f6ad9c1 100644 --- a/PC/config.h +++ b/PC/config.h @@ -176,6 +176,8 @@ typedef int pid_t; #define HAVE_LONG_LONG 1 #define LONG_LONG __int64 +#undef HAVE_HYPOT + #else /* !_WIN32 */ #error "Only Win32 and later are supported" #endif /* !_WIN32 */ |