mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-19 14:27:45 +01:00
WIP
This commit is contained in:
parent
f583f76537
commit
2438a89867
7 changed files with 678 additions and 170 deletions
|
|
@ -27,8 +27,8 @@ namespace Dalamud.Injector.Windows
|
|||
[DllImport("kernel32", CallingConvention = CallingConvention.Winapi, SetLastError = true)]
|
||||
public static extern void* LocalFree(void* hMem);
|
||||
|
||||
[DllImport("kernel32", CallingConvention = CallingConvention.Winapi, SetLastError = true)]
|
||||
public static extern void* CommandLineToArgvW(, int* pNumArgs);
|
||||
[DllImport("shell32", CallingConvention = CallingConvention.Winapi, SetLastError = true)]
|
||||
public static extern char** CommandLineToArgvW(void* lpCmdLine, int* pNumArgs);
|
||||
}
|
||||
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue