msvcr80: Forward _initterm_e to msvcr90.dll.

This commit is contained in:
Detlef Riekenberg 2010-03-19 10:00:11 +01:00 committed by Alexandre Julliard
parent 40509127a4
commit c9abeb3704
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = msvcr80.dll MODULE = msvcr80.dll
IMPORTLIB = msvcr80 IMPORTLIB = msvcr80
IMPORTS = msvcrt kernel32 IMPORTS = msvcrt msvcr90 kernel32
C_SRCS = \ C_SRCS = \
msvcr80.c msvcr80.c

View File

@ -529,7 +529,7 @@
@ stub _i64tow_s @ stub _i64tow_s
@ stub _initptd @ stub _initptd
@ cdecl _initterm(ptr ptr) msvcrt._initterm @ cdecl _initterm(ptr ptr) msvcrt._initterm
@ stub _initterm_e @ cdecl _initterm_e(ptr ptr) msvcr90._initterm_e
@ stub _inp @ stub _inp
@ stub _inpd @ stub _inpd
@ stub _inpw @ stub _inpw