msvcr80: Forward _initterm_e to msvcr90.dll.
This commit is contained in:
parent
40509127a4
commit
c9abeb3704
|
@ -4,7 +4,7 @@ SRCDIR = @srcdir@
|
|||
VPATH = @srcdir@
|
||||
MODULE = msvcr80.dll
|
||||
IMPORTLIB = msvcr80
|
||||
IMPORTS = msvcrt kernel32
|
||||
IMPORTS = msvcrt msvcr90 kernel32
|
||||
|
||||
C_SRCS = \
|
||||
msvcr80.c
|
||||
|
|
|
@ -529,7 +529,7 @@
|
|||
@ stub _i64tow_s
|
||||
@ stub _initptd
|
||||
@ cdecl _initterm(ptr ptr) msvcrt._initterm
|
||||
@ stub _initterm_e
|
||||
@ cdecl _initterm_e(ptr ptr) msvcr90._initterm_e
|
||||
@ stub _inp
|
||||
@ stub _inpd
|
||||
@ stub _inpw
|
||||
|
|
Loading…
Reference in New Issue