[PATCH 2/2] msvcp90: Add time_get<wchar> implementation.
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- It's a copy of time_get<char> implementation with simple char->wchar changes. The only function that was changed manually is time_get_wchar__Init. dlls/msvcp100/msvcp100.spec | 88 +-- dlls/msvcp110/msvcp110.spec | 168 ++--- dlls/msvcp120/msvcp120.spec | 168 ++--- dlls/msvcp120_app/msvcp120_app.spec | 168 ++--- dlls/msvcp140/msvcp140.spec | 172 ++--- dlls/msvcp70/msvcp70.spec | 76 +-- dlls/msvcp71/msvcp71.spec | 80 +-- dlls/msvcp80/msvcp80.spec | 84 +-- dlls/msvcp90/locale.c | 944 +++++++++++++++++++++++++++- dlls/msvcp90/msvcp90.spec | 88 +-- 10 files changed, 1489 insertions(+), 547 deletions(-)
participants (1)
-
Piotr Caban