From 6fc62fb9b0bbff25e1b1672fe4575d1a636d0112 Mon Sep 17 00:00:00 2001 From: Jurgen van Gael Date: Sat, 20 Jul 2002 16:54:58 +0000 Subject: [PATCH] GCC 3.1 compatibility svn path=/trunk/; revision=3278 --- reactos/include/ntdll/ntdll.h | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/include/ntdll/ntdll.h b/reactos/include/ntdll/ntdll.h index 99a2b67df6e..83eb715553c 100644 --- a/reactos/include/ntdll/ntdll.h +++ b/reactos/include/ntdll/ntdll.h @@ -26,4 +26,3 @@ #define MAGIC(c1,c2,c3,c4) ((c1) + ((c2)<<8) + ((c3)<<16) + ((c4)<<24)) #define MAGIC_HEAP MAGIC( 'H','E','A','P' ) -