Commit 6b90aea8 authored by Alexandre Julliard's avatar Alexandre Julliard

win32u: Don't export wow64 Unix call functions.

They are not used, and can interfere with other libraries that link directly to win32u.so.
parent f5d272f5
......@@ -339,21 +339,3 @@ unixlib_entry_t __wine_unix_call_funcs[] =
init,
callbacks_init,
};
#ifdef _WIN64
WINE_DEFAULT_DEBUG_CHANNEL(win32u);
static NTSTATUS wow64_init( void *args )
{
FIXME( "\n" );
return STATUS_NOT_SUPPORTED;
}
const unixlib_entry_t __wine_unix_call_wow64_funcs[] =
{
init,
wow64_init,
};
#endif /* _WIN64 */
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