Commit e7a44d18 authored by Alexandre Julliard's avatar Alexandre Julliard

Make sure we don't use libwine_port functions when linking with

msvcrt.
parent c44555bb
......@@ -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 \
......
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment