|
|
@ -4,7 +4,7 @@ using System.Runtime.InteropServices; |
|
|
|
|
|
|
|
|
public static class SystemLibrary |
|
|
public static class SystemLibrary |
|
|
{ |
|
|
{ |
|
|
#if UNITY_STANDALONE_WIN
|
|
|
|
|
|
|
|
|
#if UNITY_STANDALONE_WIN || UNITY_GAMECORE
|
|
|
[DllImport("kernel32", EntryPoint = "LoadLibrary", SetLastError = true, CharSet = CharSet.Unicode)] |
|
|
[DllImport("kernel32", EntryPoint = "LoadLibrary", SetLastError = true, CharSet = CharSet.Unicode)] |
|
|
private static extern IntPtr LoadLibraryNative(string lpFileName); |
|
|
private static extern IntPtr LoadLibraryNative(string lpFileName); |
|
|
|
|
|
|
|
|
|