Commit 4e789932 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

ntdll: Make get_machine_wow64_dir static.

parent 6b777d0b
......@@ -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};
......
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