Remove ChangeLog files from the repo
[mono.git] / mcs / class / System.Web / System.Web.Util / ICalls.cs
index 170d0421dd9ecbb6bf231b163aa1b606b7c9861c..92bab8b35d25ae8deb06b3a7b98a48f0a2c3c9d1 100644 (file)
@@ -28,6 +28,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+using System.Reflection;
 using System.Runtime.CompilerServices;
 namespace System.Web.Util
 {
@@ -46,6 +47,9 @@ namespace System.Web.Util
 
                [MethodImplAttribute(MethodImplOptions.InternalCall)]
                extern static public string GetMachineInstallDirectory ();
+
+               [MethodImplAttribute(MethodImplOptions.InternalCall)]
+               extern static public bool GetUnmanagedResourcesPtr (Assembly assembly, out IntPtr ptr, out int length);
        }
 }