Make sure we don't use libwine_port functions when linking with
msvcrt.
This commit is contained in:
parent
c44555bb37
commit
e7a44d18cd
|
@ -6,6 +6,7 @@ MODULE = notepad.exe
|
||||||
APPMODE = gui
|
APPMODE = gui
|
||||||
IMPORTS = comdlg32 shell32 msvcrt user32 gdi32 kernel32
|
IMPORTS = comdlg32 shell32 msvcrt user32 gdi32 kernel32
|
||||||
EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
|
EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
|
||||||
|
EXTRADEFS = -DNO_LIBWINE_PORT
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
License_En.c \
|
License_En.c \
|
||||||
|
|
|
@ -6,6 +6,7 @@ MODULE = regedit.exe
|
||||||
APPMODE = gui
|
APPMODE = gui
|
||||||
IMPORTS = msvcrt advapi32 kernel32
|
IMPORTS = msvcrt advapi32 kernel32
|
||||||
EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
|
EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
|
||||||
|
EXTRADEFS = -DNO_LIBWINE_PORT
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
regedit.c \
|
regedit.c \
|
||||||
|
|
Loading…
Reference in New Issue