Add .dll suffix to the glue dllimport to make it work on Windows

This commit is contained in:
Sebastian Dröge 2009-09-20 10:06:05 +02:00
parent d5843a078d
commit 6863c0b13b

View file

@ -36,7 +36,7 @@ namespace Gst.GLib
g_thread_init (IntPtr.Zero);
}
[DllImport("gstreamersharpglue-0.10")]
[DllImport("gstreamersharpglue-0.10.dll")]
static extern bool gstglibsharp_g_thread_supported ();
public static bool Supported