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 ec7a56d commit 6cb49cdCopy full SHA for 6cb49cd
src/log4net/Util/NativeMethods.cs
@@ -139,11 +139,7 @@ internal static extern int FormatMessage(
139
/// Stub for OutputDebugString native method
140
/// </summary>
141
/// <param name="message">the string to output</param>
142
-#if NETSTANDARD2_0_OR_GREATER
143
- [DllImport("CoreDll.dll")]
144
-#else
145
[DllImport("Kernel32.dll")]
146
-#endif
147
[DefaultDllImportSearchPaths(DllImportSearchPath.System32)]
148
internal static extern void OutputDebugString(string message);
149
0 commit comments