Commit c9abeb37 authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

msvcr80: Forward _initterm_e to msvcr90.dll.

parent 40509127
...@@ -4,7 +4,7 @@ SRCDIR = @srcdir@ ...@@ -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
......
...@@ -529,7 +529,7 @@ ...@@ -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
......
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