8000 Typo fix. · pythonnet/pythonnet@b20d134 · GitHub
[go: up one dir, main page]

Skip to content

Commit b20d134

Browse files
author
dse
committed
Typo fix.
1 parent afaca1b commit b20d134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/nativecall.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public static int Int_Call_3(IntPtr fp, IntPtr a1, IntPtr a2, IntPtr a3)
161161
#endif
162162
}
163163

164-
#if !NETCORAPP
164+
#if !NETSTANDARD
165165
/// <summary>
166166
/// Defines native call signatures to be generated by NativeCall.
167167
/// </summary>

0 commit comments

Comments
 (0)
0