Commit 1d965de1 authored by Alexandre Julliard's avatar Alexandre Julliard

msvcp60: Share locale functions implementation with msvcp90.

parent fa1fe44c
......@@ -3,7 +3,6 @@ IMPORTS = msvcrt
EXTRADEFS = -D_MSVCP_VER=60
PARENTSRC = ../msvcp90
C_SRCS = \
exception.c \
ios.c \
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -51,6 +51,8 @@ DEFINE_VTBL_WRAPPER(36);
DEFINE_VTBL_WRAPPER(40);
DEFINE_VTBL_WRAPPER(44);
DEFINE_VTBL_WRAPPER(48);
DEFINE_VTBL_WRAPPER(52);
DEFINE_VTBL_WRAPPER(56);
#endif
......
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