Jacek Caban : ntdll: Make get_machine_wow64_dir static.

Alexandre Julliard julliard at winehq.org
Wed May 26 15:46:27 CDT 2021


Module: wine
Branch: master
Commit: 4e789932c6dad5c10b887fa677d9e0e40b2555d4
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=4e789932c6dad5c10b887fa677d9e0e40b2555d4

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Wed May 26 17:25:27 2021 +0200

ntdll: Make get_machine_wow64_dir static.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/unix/loader.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ntdll/unix/loader.c b/dlls/ntdll/unix/loader.c
index ff49cd5f26b..ee66807997b 100644
--- a/dlls/ntdll/unix/loader.c
+++ b/dlls/ntdll/unix/loader.c
@@ -1458,7 +1458,7 @@ NTSTATUS load_builtin( const pe_image_info_t *image_info, WCHAR *filename,
  *
  * cf. GetSystemWow64Directory2.
  */
-const WCHAR *get_machine_wow64_dir( WORD machine )
+static const WCHAR *get_machine_wow64_dir( WORD machine )
 {
     static const WCHAR system32[] = {'\\','?','?','\\','C',':','\\','w','i','n','d','o','w','s','\\','s','y','s','t','e','m','3','2','\\',0};
     static const WCHAR syswow64[] = {'\\','?','?','\\','C',':','\\','w','i','n','d','o','w','s','\\','s','y','s','w','o','w','6','4','\\',0};




More information about the wine-cvs mailing list