[MSVCRT] Enable _wfindfirst64 and _wfindnext64 in msvcrt.spec (#4464)

CORE-17666
This commit is contained in:
Julen Urizar Compains 2022-04-23 19:19:09 +02:00 committed by GitHub
parent ff293a1877
commit 072dcafc1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1197,10 +1197,10 @@
@ cdecl _wexecvpe(wstr ptr ptr)
@ cdecl _wfdopen(long wstr)
@ cdecl _wfindfirst(wstr ptr)
# stub _wfindfirst64
@ cdecl _wfindfirst64(wstr ptr)
@ cdecl _wfindfirsti64(wstr ptr)
@ cdecl _wfindnext(long ptr)
# stub _wfindnext64
@ cdecl _wfindnext64(long ptr)
@ cdecl _wfindnexti64(long ptr)
@ cdecl _wfopen(wstr wstr)
@ cdecl -version=0x600+ _wfopen_s(ptr wstr wstr)