mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 10:11:42 +00:00
[MSVCRT] Export _pwctype
How did CRTDLL, which forwards _pwctype_dll to msvcrt._pwctype, ever link? svn path=/trunk/; revision=75998
This commit is contained in:
parent
cd45987d1a
commit
4f39e403dc
1 changed files with 1 additions and 1 deletions
|
@ -587,7 +587,7 @@
|
||||||
@ cdecl _putw(long ptr)
|
@ cdecl _putw(long ptr)
|
||||||
@ cdecl _putwch(long)
|
@ cdecl _putwch(long)
|
||||||
@ cdecl _putws(wstr)
|
@ cdecl _putws(wstr)
|
||||||
# extern _pwctype
|
@ extern _pwctype
|
||||||
@ cdecl _read(long ptr long)
|
@ cdecl _read(long ptr long)
|
||||||
@ cdecl _resetstkoflw()
|
@ cdecl _resetstkoflw()
|
||||||
@ cdecl _rmdir(str)
|
@ cdecl _rmdir(str)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue