Beispiel #1
0
 public static void TR_AllowUnsafeTransformations()
 {
     if (is64Bit)
     {
         PInvoke64Bit.TR_AllowUnsafeTransformations();
     }
     else
     {
         PInvoke32Bit.TR_AllowUnsafeTransformations();
     }
 }