Alexandre Julliard : avicap32: Implement Wow64 entry points in the Unix library.

Alexandre Julliard julliard at winehq.org
Mon Nov 8 15:45:07 CST 2021


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Nov  8 20:53:24 2021 +0100

avicap32: Implement Wow64 entry points in the Unix library.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/avicap32/v4l.c | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/dlls/avicap32/v4l.c b/dlls/avicap32/v4l.c
index 0b004e17e58..ef41b7e281b 100644
--- a/dlls/avicap32/v4l.c
+++ b/dlls/avicap32/v4l.c
@@ -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 */




More information about the wine-cvs mailing list