Skip to content

Commit

Permalink
Merge pull request #117 from xamarin/fix-api-scan
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque authored Jan 12, 2024
2 parents 3a89218 + 07af9c6 commit d1ed5a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Xamarin.MacDev/SQLite.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2699,9 +2699,6 @@ public enum ConfigOption : int {
}

#if !USE_CSHARP_SQLITE && !USE_WP8_NATIVE_SQLITE
[DllImport ("sqlite3", EntryPoint = "sqlite3_open", CallingConvention = CallingConvention.Cdecl)]
public static extern Result Open ([MarshalAs (UnmanagedType.LPStr)] string filename, out IntPtr db);

[DllImport ("sqlite3", EntryPoint = "sqlite3_open_v2", CallingConvention = CallingConvention.Cdecl)]
public static extern Result Open ([MarshalAs (UnmanagedType.LPStr)] string filename, out IntPtr db, int flags, IntPtr zvfs);

Expand Down

0 comments on commit d1ed5a2

Please sign in to comment.