From 936a5198e46e3c7a8f72959373a69336b1697e76 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Thu, 12 Jul 2001 17:22:07 +0000 Subject: lots of small changes that didn't get checked in --- src/win95/inline.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/win95/inline.h') diff --git a/src/win95/inline.h b/src/win95/inline.h index 30b7faa..719daf3 100644 --- a/src/win95/inline.h +++ b/src/win95/inline.h @@ -1228,7 +1228,9 @@ int NarrowDivide(LONGLONGCH *a, int b); int WideMulNarrowDiv(int a, int b, int c); void RotateVector_ASM(VECTORCH *v, MATRIXCH *m); void RotateAndCopyVector_ASM(VECTORCH *v1, VECTORCH *v2, MATRIXCH *m); -int f2i(float f); + +int FloatToInt(float); +#define f2i(a, b) { a = FloatToInt(b); } #endif -- cgit v1.3