Commit 43662153 authored by Alberto Massari's avatar Alberto Massari Committed by Alexandre Julliard

The already implemented function swscanf was missing an entry.

parent f061f767
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment