nicko 2005/02/13 19:11:21
Modified: src/Util NativeError.cs WindowsSecurityContext.cs
Log:
Renamed CORE build to CLI_1_0
Revision Changes Path
1.10 +3 -4 logging-log4net/src/Util/NativeError.cs
Index: NativeError.cs
===================================================================
RCS file: /home/cvs/logging-log4net/src/Util/NativeError.cs,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- NativeError.cs 31 Jan 2005 22:56:49 -0000 1.9
+++ NativeError.cs 14 Feb 2005 03:11:20 -0000 1.10
@@ -20,9 +20,8 @@
#if !MONO
// SSCLI 1.0 has no support for Win32 Error APIs
#if !SSCLI
-// We don't want framework or platform specific code in the Core version of
-// log4net
-#if !CORE
+// We don't want framework or platform specific code in the CLI version of
log4net
+#if !CLI_1_0
using System;
using System.Globalization;
@@ -275,6 +274,6 @@
}
}
-#endif // !CORE
+#endif // !CLI_1_0
#endif // !SSCLI
#endif // !MONO
1.6 +3 -3 logging-log4net/src/Util/WindowsSecurityContext.cs
Index: WindowsSecurityContext.cs
===================================================================
RCS file: /home/cvs/logging-log4net/src/Util/WindowsSecurityContext.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- WindowsSecurityContext.cs 7 Feb 2005 04:05:50 -0000 1.5
+++ WindowsSecurityContext.cs 14 Feb 2005 03:11:21 -0000 1.6
@@ -22,8 +22,8 @@
#if !MONO
// SSCLI 1.0 has no support for Win32 Logon APIs
#if !SSCLI
-// We don't want framework or platform specific code in the Core version of
log4net
-#if !CORE
+// We don't want framework or platform specific code in the CLI version of
log4net
+#if !CLI_1_0
using System;
using System.Runtime.InteropServices;
@@ -375,7 +375,7 @@
}
}
-#endif // !CORE
+#endif // !CLI_1_0
#endif // !SSCLI
#endif // !MONO
#endif // !NETCF