]> git.sesse.net Git - vlc/blobdiff - bindings/cil/src/libvlc.cs
GetVLCInstance must return an non-abstract typed object ...
[vlc] / bindings / cil / src / libvlc.cs
index 45003c4bd61622b5513a3079a9b83d5227ffcb94..16a881594e30af01e4370429c4ffbd242d2af717 100644 (file)
@@ -68,7 +68,7 @@ namespace VideoLAN.LibVLC
 
         [DllImport ("libvlc.dll", EntryPoint="libvlc_get_vlc_instance")]
         public static extern
-        SafeHandle GetVLCInstance (InstanceHandle h);
+        IntPtr GetVLCInstance (InstanceHandle h);
 
         /* media.c */
         [DllImport ("libvlc.dll", EntryPoint="libvlc_media_new")]