https://git.reactos.org/?p=reactos.git;a=commitdiff;h=072dcafc1cd49dda5b65c…
commit 072dcafc1cd49dda5b65c67a50f9cf0af373c8eb
Author: Julen Urizar Compains <julenuri(a)hotmail.com>
AuthorDate: Sat Apr 23 19:19:09 2022 +0200
Commit: GitHub <noreply(a)github.com>
CommitDate: Sat Apr 23 19:19:09 2022 +0200
[MSVCRT] Enable _wfindfirst64 and _wfindnext64 in msvcrt.spec (#4464)
CORE-17666
---
dll/win32/msvcrt/msvcrt.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dll/win32/msvcrt/msvcrt.spec b/dll/win32/msvcrt/msvcrt.spec
index adff7f8bf98..a300b5cb60e 100644
--- a/dll/win32/msvcrt/msvcrt.spec
+++ b/dll/win32/msvcrt/msvcrt.spec
@@ -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)