summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/PlatformID.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/PlatformID.cs')
-rw-r--r--src/mscorlib/src/System/PlatformID.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mscorlib/src/System/PlatformID.cs b/src/mscorlib/src/System/PlatformID.cs
index 57941996ee..16128079e2 100644
--- a/src/mscorlib/src/System/PlatformID.cs
+++ b/src/mscorlib/src/System/PlatformID.cs
@@ -13,8 +13,7 @@
namespace System {
[Serializable]
-[System.Runtime.InteropServices.ComVisible(true)]
- public enum PlatformID
+ internal enum PlatformID
{
Win32S = 0,
Win32Windows = 1,