From 49c7a9ae93e89e1cc7239d0cf20a4b81c83ab844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Sun, 25 Jan 2004 18:42:49 +0000 Subject: [PATCH] Add __REACTOS__ define svn path=/trunk/; revision=7877 --- reactos/lib/shell32/Makefile.ros-template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/lib/shell32/Makefile.ros-template b/reactos/lib/shell32/Makefile.ros-template index e012068f7ee..4273529bb6e 100644 --- a/reactos/lib/shell32/Makefile.ros-template +++ b/reactos/lib/shell32/Makefile.ros-template @@ -1,10 +1,10 @@ -# $Id: Makefile.ros-template,v 1.1 2004/01/02 19:49:45 gvg Exp $ +# $Id: Makefile.ros-template,v 1.2 2004/01/25 18:42:49 gvg Exp $ TARGET_NAME = shell32 TARGET_OBJECTS = @C_SRCS@ -TARGET_CFLAGS = @EXTRADEFS@ +TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__ TARGET_SDKLIBS = libwine.a @IMPORTS@ wine_uuid.a