The already implemented function swscanf was missing an entry.
This commit is contained in:
parent
f061f76704
commit
43662153c0
|
@ -719,7 +719,7 @@
|
||||||
@ cdecl strtoul(str ptr long) strtoul
|
@ cdecl strtoul(str ptr long) strtoul
|
||||||
@ cdecl strxfrm(ptr str long) strxfrm
|
@ cdecl strxfrm(ptr str long) strxfrm
|
||||||
@ forward -noimport swprintf ntdll.swprintf
|
@ forward -noimport swprintf ntdll.swprintf
|
||||||
@ stub swscanf #(wstr wstr) varargs
|
@ varargs swscanf(wstr wstr) MSVCRT_swscanf
|
||||||
@ cdecl system(str) MSVCRT_system
|
@ cdecl system(str) MSVCRT_system
|
||||||
@ forward -noimport tan ntdll.tan
|
@ forward -noimport tan ntdll.tan
|
||||||
@ cdecl tanh(double) tanh
|
@ cdecl tanh(double) tanh
|
||||||
|
|
Loading…
Reference in New Issue