X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Fclass%2Fcorlib%2FSystem.Security.Cryptography%2FRC2CryptoServiceProvider.cs;h=6a5d8461ac051421ff8ee69dedae29570ce6e097;hb=a3f7ce80a749acb00b27f8cf1ca684e02cfb2bbb;hp=732486edfca7528e85252c210b44335b6310a907;hpb=3c39ac4586b4470703fb4af0208b5baf1de70e43;p=mono.git diff --git a/mcs/class/corlib/System.Security.Cryptography/RC2CryptoServiceProvider.cs b/mcs/class/corlib/System.Security.Cryptography/RC2CryptoServiceProvider.cs index 732486edfca..6a5d8461ac0 100644 --- a/mcs/class/corlib/System.Security.Cryptography/RC2CryptoServiceProvider.cs +++ b/mcs/class/corlib/System.Security.Cryptography/RC2CryptoServiceProvider.cs @@ -28,7 +28,7 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if !NET_2_1 || MONOTOUCH +#if !MOONLIGHT using System.Globalization; using System.Runtime.InteropServices;