dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dotgnu-pnet-commits] pnetlib/runtime/System PlatformID.cs


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] pnetlib/runtime/System PlatformID.cs
Date: Sun, 01 Feb 2009 17:00:35 +0000

CVSROOT:        /cvsroot/dotgnu-pnet
Module name:    pnetlib
Changes by:     Klaus Treichel <ktreichel>      09/02/01 17:00:35

Modified files:
        runtime/System : PlatformID.cs 

Log message:
        Fix build with non 2.x profiles

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pnetlib/runtime/System/PlatformID.cs?cvsroot=dotgnu-pnet&r1=1.5&r2=1.6

Patches:
Index: PlatformID.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/PlatformID.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- PlatformID.cs       1 Feb 2009 15:41:03 -0000       1.5
+++ PlatformID.cs       1 Feb 2009 17:00:34 -0000       1.6
@@ -35,8 +35,9 @@
        Win32Windows = 1,
        Win32NT      = 2,
        WinCE        = 3,
-       Unix         = 4,
+       Unix         = 4
 #if CONFIG_FRAMEWORK_2_0
+       ,
        Xbox             = 5,
        MacOSX           = 6
 #endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]