mirror of
https://github.com/UzixLS/KernelEx.git
synced 2025-07-19 07:21:20 +03:00
import KernelEx-4.5-Beta1
This commit is contained in:
8
core/internals.h
Normal file → Executable file
8
core/internals.h
Normal file → Executable file
@ -28,12 +28,7 @@
|
||||
#include "resource.h"
|
||||
#include "k32ord.h"
|
||||
|
||||
/** MSVC 6.0 for-loop workaround. */
|
||||
#ifdef _MSC_VER
|
||||
#if _MSC_VER < 1201
|
||||
#define for if (0); else for
|
||||
#endif
|
||||
#endif
|
||||
#define countof(x) (sizeof(x)/sizeof(x[0]))
|
||||
|
||||
#define IS_SHARED(x) (((DWORD)x) >= 0x80000000)
|
||||
|
||||
@ -75,5 +70,6 @@ extern AllocHandle_t AllocHandle;
|
||||
|
||||
MODREF* MRfromCallerAddr(DWORD addr);
|
||||
HANDLE _OpenThread(DWORD dwDesiredAccess, BOOL bInheritHandle, DWORD dwThreadId);
|
||||
HANDLE _GetProcessHeap();
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user