From 55aa0bc5a58fa1c6ff897de4b706dfafced6c222 Mon Sep 17 00:00:00 2001 From: Royce Mitchell III Date: Sat, 16 Aug 2003 05:12:37 +0000 Subject: [PATCH] add abs() declaration svn path=/trunk/; revision=5597 --- reactos/subsys/win32k/objects/polyfill.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reactos/subsys/win32k/objects/polyfill.c b/reactos/subsys/win32k/objects/polyfill.c index df1268f8061..eaaf5adf4d8 100644 --- a/reactos/subsys/win32k/objects/polyfill.c +++ b/reactos/subsys/win32k/objects/polyfill.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: polyfill.c,v 1.8 2003/08/16 04:47:41 royce Exp $ +/* $Id: polyfill.c,v 1.9 2003/08/16 05:12:37 royce Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -40,6 +40,8 @@ #define NDEBUG #include +INT abs(INT nm); + #define FILL_EDGE_ALLOC_TAG 0x45465044 /*