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 ea0da7b commit cf32fc6Copy full SHA for cf32fc6
src/Microsoft.Management.Infrastructure/Native/MI_PlatformSpecific.cs
@@ -37,8 +37,8 @@ internal static IntPtr StringToPtr(string str)
37
internal const CharSet AppropriateCharSet = CharSet.Ansi;
38
internal const CallingConvention MiMainCallConvention = CallingConvention.Cdecl;
39
internal const CallingConvention MiCallConvention = CallingConvention.Cdecl;
40
- internal const string MI = "libmi.so";
41
- internal const string MOFCodecHost = "libmi.so";
+ internal const string MI = "libmi";
+ internal const string MOFCodecHost = "libmi";
42
43
internal static string PtrToString(IntPtr ptr)
44
{
0 commit comments