From 1172647efd42877a8f646ecaf5eb09304392dc2b Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Sun, 16 Nov 2003 22:25:34 +0000 Subject: [PATCH] Added -D__USE_W32API svn path=/trunk/; revision=6669 --- reactos/apps/tests/bitblt/makefile | 2 +- reactos/apps/tests/edit/makefile | 2 +- reactos/apps/utils/stats/Makefile | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reactos/apps/tests/bitblt/makefile b/reactos/apps/tests/bitblt/makefile index a27f7676228..1fa6bc60209 100644 --- a/reactos/apps/tests/bitblt/makefile +++ b/reactos/apps/tests/bitblt/makefile @@ -13,7 +13,7 @@ TARGET_SDKLIBS = kernel32.a gdi32.a TARGET_OBJECTS = $(TARGET_NAME).o -TARGET_CFLAGS = -Wall -Werror +TARGET_CFLAGS = -Wall -Werror -D__USE_W32API include $(PATH_TO_TOP)/rules.mak diff --git a/reactos/apps/tests/edit/makefile b/reactos/apps/tests/edit/makefile index c327d112943..40df87b76b1 100644 --- a/reactos/apps/tests/edit/makefile +++ b/reactos/apps/tests/edit/makefile @@ -15,7 +15,7 @@ TARGET_OBJECTS = \ edittest.o \ utils.o -TARGET_CFLAGS = -Wall -Werror +TARGET_CFLAGS = -Wall -Werror -D__USE_W32API include $(PATH_TO_TOP)/rules.mak diff --git a/reactos/apps/utils/stats/Makefile b/reactos/apps/utils/stats/Makefile index fb0ec6d92cf..89c8f2d912c 100644 --- a/reactos/apps/utils/stats/Makefile +++ b/reactos/apps/utils/stats/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 2003/11/14 17:13:23 weiden Exp $ +# $Id: Makefile,v 1.4 2003/11/16 22:25:34 sedwards Exp $ PATH_TO_TOP = ../../.. @@ -14,7 +14,7 @@ TARGET_SDKLIBS = kernel32.a TARGET_OBJECTS = $(TARGET_NAME).o -TARGET_CFLAGS = -Wall -Werror +TARGET_CFLAGS = -Wall -Werror -D__USE_W32API include $(PATH_TO_TOP)/rules.mak