Commit 9f69a0dd authored by Alexandre Julliard's avatar Alexandre Julliard

avicap32: Implement Wow64 entry points in the Unix library.

parent ad05f33d
......@@ -134,4 +134,13 @@ const unixlib_entry_t __wine_unix_call_funcs[] =
get_device_desc,
};
#ifdef _WIN64
const unixlib_entry_t __wine_unix_call_wow64_funcs[] =
{
get_device_desc,
};
#endif /* _WIN64 */
#endif /* HAVE_LINUX_VIDEODEV_2 */
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