Commit 6f79f3a2 authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

msvcr70: Sync exports to current msvcrt.

parent 747df00e
......@@ -570,8 +570,8 @@
@ cdecl _wcsnset(wstr long long) msvcrt._wcsnset
@ cdecl _wcsrev(wstr) msvcrt._wcsrev
@ cdecl _wcsset(wstr long) msvcrt._wcsset
@ stub _wcstoi64
@ stub _wcstoui64
@ cdecl _wcstoi64(wstr ptr long) msvcrt._wcstoi64
@ cdecl _wcstoui64(wstr ptr long) msvcrt._wcstoui64
@ cdecl _wcsupr(wstr) msvcrt._wcsupr
@ cdecl _wctime(ptr) msvcrt._wctime
@ cdecl _wctime64(ptr) msvcrt._wctime64
......@@ -634,7 +634,7 @@
@ cdecl _wsystem(wstr) msvcrt._wsystem
@ cdecl _wtempnam(wstr wstr) msvcrt._wtempnam
@ stub _wtmpnam
@ stub _wtof
@ cdecl _wtof(wstr) msvcrt._wtof
@ cdecl _wtoi(wstr) msvcrt._wtoi
@ cdecl _wtoi64(wstr) msvcrt._wtoi64
@ cdecl _wtol(wstr) msvcrt._wtol
......
......@@ -566,8 +566,8 @@
@ cdecl _wcsnset(wstr long long) msvcrt._wcsnset
@ cdecl _wcsrev(wstr) msvcrt._wcsrev
@ cdecl _wcsset(wstr long) msvcrt._wcsset
@ stub _wcstoi64
@ stub _wcstoui64
@ cdecl _wcstoi64(wstr ptr long) msvcrt._wcstoi64
@ cdecl _wcstoui64(wstr ptr long) msvcrt._wcstoui64
@ cdecl _wcsupr(wstr) msvcrt._wcsupr
@ cdecl _wctime(ptr) msvcrt._wctime
@ cdecl _wctime64(ptr) msvcrt._wctime64
......@@ -630,7 +630,7 @@
@ cdecl _wsystem(wstr) msvcrt._wsystem
@ cdecl _wtempnam(wstr wstr) msvcrt._wtempnam
@ cdecl _wtmpnam(ptr) msvcrt._wtmpnam
@ stub _wtof
@ cdecl _wtof(wstr) msvcrt._wtof
@ cdecl _wtoi(wstr) msvcrt._wtoi
@ cdecl _wtoi64(wstr) msvcrt._wtoi64
@ cdecl _wtol(wstr) msvcrt._wtol
......
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