We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908c541 commit 99a5223Copy full SHA for 99a5223
sources/Interop/Xlib/X11/Xlib/Xlib.cs
@@ -10,7 +10,7 @@ namespace TerraFX.Interop.Xlib;
10
11
public static unsafe partial class Xlib
12
{
13
- [DllImport("libX11", EntryPoint = "_Z7_XmblenPci", ExactSpelling = true)]
+ [DllImport("libX11", ExactSpelling = true)]
14
public static extern int _Xmblen([NativeTypeName("char *")] sbyte* str, int len);
15
16
[DllImport("libX11", ExactSpelling = true)]
0 commit comments