From: sr55 Date: Sun, 15 Jan 2017 14:47:47 +0000 (+0000) Subject: WinGui: Fix typo in #496 X-Git-Tag: 1.1.0~778 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=141e01f1336a8942da79a14391919320896f4d37;p=handbrake WinGui: Fix typo in #496 --- 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