mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +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 _putwch(long)
|
||||
@ cdecl _putws(wstr)
|
||||
# extern _pwctype
|
||||
@ extern _pwctype
|
||||
@ cdecl _read(long ptr long)
|
||||
@ cdecl _resetstkoflw()
|
||||
@ cdecl _rmdir(str)
|
||||
|
|
Loading…
Reference in a new issue