mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 03:52:25 +00:00
Version: Add missing calling conventions
This commit is contained in:
parent
a53cb1c911
commit
0c840b69af
1 changed files with 2 additions and 2 deletions
|
@ -75,10 +75,10 @@ namespace Gst
|
|||
}
|
||||
}
|
||||
|
||||
[DllImport ("libgstreamer-1.0-0.dll")]
|
||||
[DllImport ("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
|
||||
private static extern void gst_version (out uint major, out uint minor, out uint micro, out uint nano);
|
||||
|
||||
[DllImport ("libgstreamer-1.0-0.dll")]
|
||||
[DllImport ("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
|
||||
private static extern IntPtr gst_version_string ();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue