mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
Compile with odin.exe and no run.bat
This is win32 only and requires CreateProcessA
This commit is contained in:
@@ -2964,8 +2964,6 @@ extern "C" {
|
||||
DWORD dwFlags;
|
||||
} MONITORINFO;
|
||||
|
||||
|
||||
|
||||
#define INFINITE 0xffffffffl
|
||||
#define INVALID_HANDLE_VALUE ((void *)(intptr)(-1))
|
||||
|
||||
@@ -2985,7 +2983,6 @@ extern "C" {
|
||||
GB_DLL_IMPORT void WINAPI RaiseException (DWORD, DWORD, DWORD, ULONG_PTR const *);
|
||||
|
||||
|
||||
|
||||
GB_DLL_IMPORT BOOL WINAPI GetLogicalProcessorInformation(SYSTEM_LOGICAL_PROCESSOR_INFORMATION *buffer, DWORD *return_length);
|
||||
GB_DLL_IMPORT DWORD_PTR WINAPI SetThreadAffinityMask(HANDLE thread, DWORD_PTR check_mask);
|
||||
GB_DLL_IMPORT HANDLE WINAPI GetCurrentThread(void);
|
||||
|
||||
Reference in New Issue
Block a user