ntdll: Make get_machine_wow64_dir static.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Jacek Caban 2021-05-26 17:25:27 +02:00 committed by Alexandre Julliard
parent 6b777d0b20
commit 4e789932c6
1 changed files with 1 additions and 1 deletions

View File

@ -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};