1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

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

msvcrt.
This commit is contained in:
Alexandre Julliard 2003-04-02 01:43:33 +00:00
parent c44555bb37
commit e7a44d18cd
2 changed files with 2 additions and 0 deletions

View File

@ -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 \

View File

@ -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 \