summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/rbcompat.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/rbcompat.h')
-rw-r--r--apps/plugins/puzzles/rbcompat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/rbcompat.h b/apps/plugins/puzzles/rbcompat.h
index 9069c1e659..f37ac8068e 100644
--- a/apps/plugins/puzzles/rbcompat.h
+++ b/apps/plugins/puzzles/rbcompat.h
@@ -34,6 +34,8 @@ int sscanf_wrapper(const char *ibuf, const char *fmt, ...);
34double atof_wrapper(const char *s); 34double atof_wrapper(const char *s);
35double acos_wrapper(double x); 35double acos_wrapper(double x);
36 36
37#define NO_TGMATH_H
38
37#define acos acos_wrapper 39#define acos acos_wrapper
38#define atan atan_wrapper 40#define atan atan_wrapper
39#define atan2 atan2_wrapper 41#define atan2 atan2_wrapper