This commit is contained in:
jfrijters 2009-06-10 04:40:00 +00:00
Родитель 5d7c14ea0f
Коммит bcf61486ab
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -31,6 +31,7 @@ using System.Runtime.CompilerServices;
using System.Runtime.Serialization; using System.Runtime.Serialization;
using System.Text; using System.Text;
using System.Threading; using System.Threading;
using System.Runtime.InteropServices;
using StackFrame = System.Diagnostics.StackFrame; using StackFrame = System.Diagnostics.StackFrame;
using StackTrace = System.Diagnostics.StackTrace; using StackTrace = System.Diagnostics.StackTrace;
using SystemArray = System.Array; using SystemArray = System.Array;
@ -116,7 +117,6 @@ using jnInet6Address = java.net.Inet6Address;
using jnNetworkInterface = java.net.NetworkInterface; using jnNetworkInterface = java.net.NetworkInterface;
using jnInterfaceAddress = java.net.InterfaceAddress; using jnInterfaceAddress = java.net.InterfaceAddress;
using ssaGetPropertyAction = sun.security.action.GetPropertyAction; using ssaGetPropertyAction = sun.security.action.GetPropertyAction;
using System.Runtime.InteropServices;
#endif #endif
namespace IKVM.Runtime namespace IKVM.Runtime