From e7a44d18cd0b3ad74bac2d425a68af457998fc95 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 2 Apr 2003 01:43:33 +0000 Subject: [PATCH] Make sure we don't use libwine_port functions when linking with msvcrt. --- programs/notepad/Makefile.in | 1 + programs/regedit/Makefile.in | 1 + 2 files changed, 2 insertions(+) diff --git a/programs/notepad/Makefile.in b/programs/notepad/Makefile.in index 40c448bf227..b3fb80c6d77 100644 --- a/programs/notepad/Makefile.in +++ b/programs/notepad/Makefile.in @@ -6,6 +6,7 @@ MODULE = notepad.exe APPMODE = gui IMPORTS = comdlg32 shell32 msvcrt user32 gdi32 kernel32 EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt +EXTRADEFS = -DNO_LIBWINE_PORT C_SRCS = \ License_En.c \ diff --git a/programs/regedit/Makefile.in b/programs/regedit/Makefile.in index 1ecf5ba2632..69620a0964e 100644 --- a/programs/regedit/Makefile.in +++ b/programs/regedit/Makefile.in @@ -6,6 +6,7 @@ MODULE = regedit.exe APPMODE = gui IMPORTS = msvcrt advapi32 kernel32 EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt +EXTRADEFS = -DNO_LIBWINE_PORT C_SRCS = \ regedit.c \