From a645b0395fb7a1f6e5e2d808460713006bc0ddf3 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 15 Jan 2017 14:47:47 +0000 Subject: [PATCH] WinGui: Fix typo in #496 --- .../HandBrake.ApplicationServices/Interop/HbLib/HbFunctions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/CS/HandBrake.ApplicationServices/Interop/HbLib/HbFunctions.cs b/win/CS/HandBrake.ApplicationServices/Interop/HbLib/HbFunctions.cs index cc3baa119..1adba8944 100644 --- a/win/CS/HandBrake.ApplicationServices/Interop/HbLib/HbFunctions.cs +++ b/win/CS/HandBrake.ApplicationServices/Interop/HbLib/HbFunctions.cs @@ -72,7 +72,7 @@ namespace HandBrake.ApplicationServices.Interop.HbLib public static extern void hb_dvd_set_dvdnav(int enable); // void hb_opencl_set_enable(hb_handle_t* h, int enable_opencl); - [DllImport("hb.dll", EntryPoint = "hb_dvd_set_dvdnav", CallingConvention = CallingConvention.Cdecl)] + [DllImport("hb.dll", EntryPoint = "hb_opencl_set_enable", CallingConvention = CallingConvention.Cdecl)] public static extern void hb_opencl_set_enable(IntPtr hbHandle, int enable); /// Return Type: void -- 2.40.0