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

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

[Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Runtime/InteropServic


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Runtime/InteropServices Marshal.cs,1.9,1.10
Date: Wed, 28 May 2003 23:13:00 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/InteropServices
In directory 
subversions:/tmp/cvs-serv7044/runtime/System/Runtime/InteropServices

Modified Files:
        Marshal.cs 
Log Message:


Add new profile options - CONFIG_PERMISSIONS and CONFIG_POLICY_OBJECTS.


Index: Marshal.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/InteropServices/Marshal.cs,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** Marshal.cs  29 May 2003 01:22:41 -0000      1.9
--- Marshal.cs  29 May 2003 03:12:58 -0000      1.10
***************
*** 34,38 ****
  // usually necessary for any application that uses PInvoke or C.
  
! #if !ECMA_COMPAT
  [SuppressUnmanagedCodeSecurity]
  #endif
--- 34,38 ----
  // usually necessary for any application that uses PInvoke or C.
  
! #if CONFIG_PERMISSIONS && !ECMA_COMPAT
  [SuppressUnmanagedCodeSecurity]
  #endif





reply via email to

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