Author: bodewig
Date: Fri Sep 16 13:43:23 2011
New Revision: 1171558
URL: http://svn.apache.org/viewvc?rev=1171558&view=rev
Log:
typo
Modified:
logging/log4net/trunk/src/Appender/OutputDebugStringAppender.cs
logging/log4net/trunk/src/Util/NativeError.cs
Modified: logging/log4net/trunk/src/Appender/OutputDebugStringAppender.cs
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/src/Appender/OutputDebugStringAppender.cs?rev=1171558&r1=1171557&r2=1171558&view=diff
==============================================================================
--- logging/log4net/trunk/src/Appender/OutputDebugStringAppender.cs (original)
+++ logging/log4net/trunk/src/Appender/OutputDebugStringAppender.cs Fri Sep 16
13:43:23 2011
@@ -77,7 +77,7 @@ namespace log4net.Appender
/// </remarks>
#if NET_4_0
[System.Security.SecuritySafeCritical]
-#elif !NETFC
+#elif !NETCF
[System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Demand,
UnmanagedCode = true)]
#endif
override protected void Append(LoggingEvent loggingEvent)
Modified: logging/log4net/trunk/src/Util/NativeError.cs
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/src/Util/NativeError.cs?rev=1171558&r1=1171557&r2=1171558&view=diff
==============================================================================
--- logging/log4net/trunk/src/Util/NativeError.cs (original)
+++ logging/log4net/trunk/src/Util/NativeError.cs Fri Sep 16 13:43:23 2011
@@ -116,7 +116,7 @@ namespace log4net.Util
/// </remarks>
#if NET_4_0
[System.Security.SecuritySafeCritical]
-#elif !NETFC
+#elif !NETCF
[System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Demand,
UnmanagedCode=true)]
#endif
public static NativeError GetLastError()
@@ -159,7 +159,7 @@ namespace log4net.Util
/// </remarks>
#if NET_4_0
[System.Security.SecuritySafeCritical]
-#elif !NETFC
+#elif !NETCF
[System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Demand,
UnmanagedCode = true)]
#endif
public static string GetErrorMessage(int messageId)