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 ...@@ -3,7 +3,6 @@ IMPORTS = msvcrt
EXTRADEFS = -D_MSVCP_VER=60 EXTRADEFS = -D_MSVCP_VER=60
PARENTSRC = ../msvcp90 PARENTSRC = ../msvcp90
C_SRCS = \ C_SRCS = \
exception.c \ exception.c \
ios.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); ...@@ -51,6 +51,8 @@ DEFINE_VTBL_WRAPPER(36);
DEFINE_VTBL_WRAPPER(40); DEFINE_VTBL_WRAPPER(40);
DEFINE_VTBL_WRAPPER(44); DEFINE_VTBL_WRAPPER(44);
DEFINE_VTBL_WRAPPER(48); DEFINE_VTBL_WRAPPER(48);
DEFINE_VTBL_WRAPPER(52);
DEFINE_VTBL_WRAPPER(56);
#endif #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