mirror of
https://github.com/UzixLS/KernelEx.git
synced 2025-07-19 07:21:20 +03:00
import KernelEx-4.0-Final
This commit is contained in:
0
auxiliary/auxiliary.dsp
Executable file → Normal file
0
auxiliary/auxiliary.dsp
Executable file → Normal file
0
auxiliary/makefile
Executable file → Normal file
0
auxiliary/makefile
Executable file → Normal file
0
auxiliary/makefile.msv
Executable file → Normal file
0
auxiliary/makefile.msv
Executable file → Normal file
0
auxiliary/msimg32/makefile
Executable file → Normal file
0
auxiliary/msimg32/makefile
Executable file → Normal file
0
auxiliary/msimg32/makefile.msv
Executable file → Normal file
0
auxiliary/msimg32/makefile.msv
Executable file → Normal file
4
auxiliary/msimg32/msimg32.c
Executable file → Normal file
4
auxiliary/msimg32/msimg32.c
Executable file → Normal file
@ -37,6 +37,10 @@
|
||||
#define GRADIENT_FILL_TRIANGLE 0x02
|
||||
#define GRADIENT_FILL_OP_FLAG 0xff
|
||||
#endif
|
||||
|
||||
#ifndef AC_SRC_ALPHA
|
||||
#define AC_SRC_ALPHA 0x01
|
||||
#endif
|
||||
|
||||
BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
||||
{
|
||||
|
0
auxiliary/msimg32/msimg32.def
Executable file → Normal file
0
auxiliary/msimg32/msimg32.def
Executable file → Normal file
0
auxiliary/msimg32/msimgme.rc
Executable file → Normal file
0
auxiliary/msimg32/msimgme.rc
Executable file → Normal file
0
auxiliary/pdh/kord.def
Executable file → Normal file
0
auxiliary/pdh/kord.def
Executable file → Normal file
0
auxiliary/pdh/makefile
Executable file → Normal file
0
auxiliary/pdh/makefile
Executable file → Normal file
0
auxiliary/pdh/makefile.msv
Executable file → Normal file
0
auxiliary/pdh/makefile.msv
Executable file → Normal file
0
auxiliary/pdh/pdh.c
Executable file → Normal file
0
auxiliary/pdh/pdh.c
Executable file → Normal file
0
auxiliary/pdh/pdh.def
Executable file → Normal file
0
auxiliary/pdh/pdh.def
Executable file → Normal file
0
auxiliary/psapi/makefile
Executable file → Normal file
0
auxiliary/psapi/makefile
Executable file → Normal file
0
auxiliary/psapi/makefile.msv
Executable file → Normal file
0
auxiliary/psapi/makefile.msv
Executable file → Normal file
6
auxiliary/psapi/psapi.c
Executable file → Normal file
6
auxiliary/psapi/psapi.c
Executable file → Normal file
@ -155,12 +155,6 @@ BOOL WINAPI EnumProcessModules(
|
||||
hSnap = CreateToolhelp32Snapshot(TH32CS_SNAPMODULE | TH32CS_SNAPPROCESS,pid);
|
||||
if (hSnap == INVALID_HANDLE_VALUE) return FALSE;
|
||||
ProcessModuleID = FindProcessMID(hSnap,pid);
|
||||
if ( !ProcessModuleID )
|
||||
{
|
||||
CloseHandle(hSnap);
|
||||
SetLastError(ERROR_INVALID_HANDLE);
|
||||
return FALSE;
|
||||
}
|
||||
onemodule.dwSize = sizeof(MODULEENTRY32);
|
||||
lRet = Module32First(hSnap, &onemodule);
|
||||
*lpcbNeeded = 0;
|
||||
|
0
auxiliary/psapi/psapi.def
Executable file → Normal file
0
auxiliary/psapi/psapi.def
Executable file → Normal file
0
auxiliary/uxtheme/kord.def
Executable file → Normal file
0
auxiliary/uxtheme/kord.def
Executable file → Normal file
0
auxiliary/uxtheme/makefile
Executable file → Normal file
0
auxiliary/uxtheme/makefile
Executable file → Normal file
0
auxiliary/uxtheme/makefile.msv
Executable file → Normal file
0
auxiliary/uxtheme/makefile.msv
Executable file → Normal file
0
auxiliary/uxtheme/uxtheme.c
Executable file → Normal file
0
auxiliary/uxtheme/uxtheme.c
Executable file → Normal file
0
auxiliary/uxtheme/uxtheme.def
Executable file → Normal file
0
auxiliary/uxtheme/uxtheme.def
Executable file → Normal file
0
auxiliary/wtsapi32/makefile
Executable file → Normal file
0
auxiliary/wtsapi32/makefile
Executable file → Normal file
0
auxiliary/wtsapi32/makefile.msv
Executable file → Normal file
0
auxiliary/wtsapi32/makefile.msv
Executable file → Normal file
0
auxiliary/wtsapi32/wtsapi32.c
Executable file → Normal file
0
auxiliary/wtsapi32/wtsapi32.c
Executable file → Normal file
0
auxiliary/wtsapi32/wtsapi32.def
Executable file → Normal file
0
auxiliary/wtsapi32/wtsapi32.def
Executable file → Normal file
0
auxiliary/wtsapi32/wtsapi32.h
Executable file → Normal file
0
auxiliary/wtsapi32/wtsapi32.h
Executable file → Normal file
Reference in New Issue
Block a user