From 16290c9195ef40f70630c8ead35be71f5b8a358d Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Tue, 5 Apr 2005 21:41:03 +0000 Subject: [PATCH] Use w32api... hope this does something? Just trying to help steven. svn path=/trunk/; revision=14521 --- reactos/lib/string/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/string/Makefile b/reactos/lib/string/Makefile index 8694d1c244b..d3a2904bdc6 100644 --- a/reactos/lib/string/Makefile +++ b/reactos/lib/string/Makefile @@ -13,7 +13,7 @@ include Makefile.$(ARCH) TARGET_CFLAGS = -Wall -Werror # require os code to explicitly request A/W version of structs/functions -TARGET_CFLAGS += -D_DISABLE_TIDENTS +TARGET_CFLAGS += -D_DISABLE_TIDENTS -D__USE_W32API ifeq ($(DBG), 1) TARGET_CFLAGS += -g