The already implemented function swscanf was missing an entry.

This commit is contained in:
Alberto Massari 2002-11-12 23:20:31 +00:00 committed by Alexandre Julliard
parent f061f76704
commit 43662153c0

View file

@ -719,7 +719,7 @@
@ cdecl strtoul(str ptr long) strtoul
@ cdecl strxfrm(ptr str long) strxfrm
@ forward -noimport swprintf ntdll.swprintf
@ stub swscanf #(wstr wstr) varargs
@ varargs swscanf(wstr wstr) MSVCRT_swscanf
@ cdecl system(str) MSVCRT_system
@ forward -noimport tan ntdll.tan
@ cdecl tanh(double) tanh