* CurrencyWrapper.cs: Fix file name.
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / UnmanagedType.cs
index a406292983413d09cb4e2ec2eec715d9ecc7bd09..b6f0fe5a7c8abedfcadf3299a41b5f7b35c7fa63 100755 (executable)
@@ -60,6 +60,8 @@ namespace System.Runtime.InteropServices {
                /// </summary>
                R8 = 12,
 
+               Currency = 15,
+
                /// <summary>
                /// </summary>
                BStr = 19,
@@ -134,7 +136,7 @@ namespace System.Runtime.InteropServices {
 
                /// <summary>
                /// </summary>
-               LPVoid = 39,
+               // LPVoid = 39,
 
                /// <summary>
                /// </summary>
@@ -142,7 +144,7 @@ namespace System.Runtime.InteropServices {
 
                /// <summary>
                /// </summary>
-               RPrecise = 41,
+               //RPrecise = 41,
 
                /// <summary>
                /// </summary>
@@ -162,7 +164,7 @@ namespace System.Runtime.InteropServices {
 
                /// <summary>
                /// </summary>
-               NativeTypeMax = 80,
+               //NativeTypeMax = 80,
        } // UnmanagedType
 
 } // System.Runtime.InteropServices