msvcrt: Export _pwctype table.
Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
144803a545
commit
d0c795596b
|
@ -1243,7 +1243,7 @@
|
|||
@ cdecl _putwch(long)
|
||||
@ cdecl _putwch_nolock(long)
|
||||
@ cdecl _putws(wstr) MSVCRT__putws
|
||||
# extern _pwctype
|
||||
@ extern _pwctype MSVCRT__pwctype
|
||||
@ cdecl _read(long ptr long) MSVCRT__read
|
||||
@ cdecl _realloc_crt(ptr long) MSVCRT_realloc
|
||||
@ cdecl _recalloc(ptr long long)
|
||||
|
|
|
@ -1600,7 +1600,7 @@
|
|||
@ cdecl _putwch(long)
|
||||
@ cdecl _putwch_nolock(long)
|
||||
@ cdecl _putws(wstr) MSVCRT__putws
|
||||
# extern _pwctype
|
||||
@ extern _pwctype MSVCRT__pwctype
|
||||
@ cdecl _read(long ptr long) MSVCRT__read
|
||||
@ cdecl _realloc_crt(ptr long) MSVCRT_realloc
|
||||
@ cdecl _recalloc(ptr long long)
|
||||
|
|
|
@ -1610,7 +1610,7 @@
|
|||
@ cdecl _putwch(long)
|
||||
@ cdecl _putwch_nolock(long)
|
||||
@ cdecl _putws(wstr) MSVCRT__putws
|
||||
# extern _pwctype
|
||||
@ extern _pwctype MSVCRT__pwctype
|
||||
@ cdecl _read(long ptr long) MSVCRT__read
|
||||
@ cdecl _realloc_crt(ptr long) MSVCRT_realloc
|
||||
@ cdecl _recalloc(ptr long long)
|
||||
|
|
|
@ -1336,7 +1336,7 @@
|
|||
@ cdecl _putw(long ptr) msvcr120._putw
|
||||
@ cdecl _putwc_nolock(long ptr) msvcr120._putwc_nolock
|
||||
@ cdecl _putws(wstr) msvcr120._putws
|
||||
# extern _pwctype
|
||||
@ extern _pwctype msvcr120._pwctype
|
||||
@ cdecl _read(long ptr long) msvcr120._read
|
||||
@ cdecl _realloc_crt(ptr long) msvcr120._realloc_crt
|
||||
@ cdecl _recalloc(ptr long long) msvcr120._recalloc
|
||||
|
|
|
@ -497,7 +497,7 @@
|
|||
@ cdecl _putw(long ptr) MSVCRT__putw
|
||||
@ cdecl _putwch(long)
|
||||
@ cdecl _putws(wstr) MSVCRT__putws
|
||||
# extern _pwctype
|
||||
@ extern _pwctype MSVCRT__pwctype
|
||||
@ cdecl _read(long ptr long) MSVCRT__read
|
||||
@ cdecl _resetstkoflw() MSVCRT__resetstkoflw
|
||||
@ cdecl _rmdir(str) MSVCRT__rmdir
|
||||
|
|
|
@ -492,7 +492,7 @@
|
|||
@ cdecl _putw(long ptr) MSVCRT__putw
|
||||
@ cdecl _putwch(long)
|
||||
@ cdecl _putws(wstr) MSVCRT__putws
|
||||
# extern _pwctype
|
||||
@ extern _pwctype MSVCRT__pwctype
|
||||
@ cdecl _read(long ptr long) MSVCRT__read
|
||||
@ cdecl _resetstkoflw() MSVCRT__resetstkoflw
|
||||
@ cdecl _rmdir(str) MSVCRT__rmdir
|
||||
|
|
|
@ -917,7 +917,7 @@
|
|||
@ cdecl _putwch(long)
|
||||
@ cdecl _putwch_nolock(long)
|
||||
@ cdecl _putws(wstr) MSVCRT__putws
|
||||
# extern _pwctype
|
||||
@ extern _pwctype MSVCRT__pwctype
|
||||
@ cdecl _read(long ptr long) MSVCRT__read
|
||||
@ cdecl _realloc_crt(ptr long) MSVCRT_realloc
|
||||
@ cdecl _recalloc(ptr long long)
|
||||
|
|
|
@ -893,7 +893,7 @@
|
|||
@ cdecl _putwch(long)
|
||||
@ cdecl _putwch_nolock(long)
|
||||
@ cdecl _putws(wstr) MSVCRT__putws
|
||||
# extern _pwctype
|
||||
@ extern _pwctype MSVCRT__pwctype
|
||||
@ cdecl _read(long ptr long) MSVCRT__read
|
||||
@ cdecl _realloc_crt(ptr long) MSVCRT_realloc
|
||||
@ cdecl _recalloc(ptr long long)
|
||||
|
|
|
@ -125,6 +125,8 @@ WORD MSVCRT__wctype[257] =
|
|||
0x0102, 0x0102, 0x0102, 0x0102, 0x0102, 0x0102, 0x0102, 0x0102
|
||||
};
|
||||
|
||||
WORD *MSVCRT__pwctype = MSVCRT__wctype + 1;
|
||||
|
||||
/*********************************************************************
|
||||
* __p__pctype (MSVCRT.@)
|
||||
*/
|
||||
|
|
|
@ -862,7 +862,7 @@
|
|||
@ cdecl _putw(long ptr) MSVCRT__putw
|
||||
@ cdecl _putwch(long)
|
||||
@ cdecl _putws(wstr) MSVCRT__putws
|
||||
# extern _pwctype
|
||||
@ extern _pwctype MSVCRT__pwctype
|
||||
@ cdecl _read(long ptr long) MSVCRT__read
|
||||
# stub _realloc_dbg(ptr long long str long)
|
||||
@ cdecl _resetstkoflw() MSVCRT__resetstkoflw
|
||||
|
|
|
@ -1089,7 +1089,7 @@
|
|||
@ cdecl _putenv(str) msvcrt._putenv
|
||||
@ cdecl _putw(long ptr) msvcrt._putw
|
||||
@ cdecl _putws(wstr) msvcrt._putws
|
||||
# extern _pwctype
|
||||
@ extern _pwctype msvcrt._pwctype
|
||||
@ cdecl _read(long ptr long) msvcrt._read
|
||||
@ cdecl _rmdir(str) msvcrt._rmdir
|
||||
@ cdecl _rmtmp() msvcrt._rmtmp
|
||||
|
|
|
@ -1183,7 +1183,7 @@
|
|||
@ cdecl _putenv(str) msvcrt._putenv
|
||||
@ cdecl _putw(long ptr) msvcrt._putw
|
||||
@ cdecl _putws(wstr) msvcrt._putws
|
||||
# extern _pwctype
|
||||
@ extern _pwctype msvcrt._pwctype
|
||||
@ cdecl _read(long ptr long) msvcrt._read
|
||||
@ cdecl _rmdir(str) msvcrt._rmdir
|
||||
@ cdecl _rmtmp() msvcrt._rmtmp
|
||||
|
|
|
@ -472,7 +472,7 @@
|
|||
@ cdecl _putenv(str)
|
||||
@ cdecl _putw(long ptr) MSVCRT__putw
|
||||
@ cdecl _putws(wstr) MSVCRT__putws
|
||||
# extern _pwctype
|
||||
@ extern _pwctype MSVCRT__pwctype
|
||||
@ cdecl _read(long ptr long) MSVCRT__read
|
||||
@ cdecl _realloc_dbg(ptr long) MSVCRT_realloc
|
||||
@ cdecl _rmdir(str) MSVCRT__rmdir
|
||||
|
|
Loading…
Reference in New Issue