Removed obsolete VirtualProtect OOVPA
This commit is contained in:
parent
ce3f7baffe
commit
1081141eb2
|
@ -650,17 +650,6 @@ DWORD WINAPI EmuGetFileAttributesA
|
|||
LPCSTR lpFileName // name of file or directory
|
||||
);
|
||||
|
||||
// ******************************************************************
|
||||
// * func: EmuVirtualProtect
|
||||
// ******************************************************************
|
||||
BOOL WINAPI EmuVirtualProtect
|
||||
(
|
||||
LPVOID lpAddress, // region of committed pages
|
||||
SIZE_T dwSize, // size of the region
|
||||
DWORD flNewProtect, // desired access protection
|
||||
PDWORD lpflOldProtect // old protection
|
||||
);
|
||||
|
||||
// ******************************************************************
|
||||
// * func: EmulstrcmpiW
|
||||
// ******************************************************************
|
||||
|
|
|
@ -561,20 +561,6 @@ OOVPA_NO_XREF(RaiseException_1_0_4627, 7)
|
|||
OOVPA_END;
|
||||
|
||||
|
||||
// ******************************************************************
|
||||
// * VirtualProtect
|
||||
// ******************************************************************
|
||||
OOVPA_NO_XREF(VirtualProtect_1_0_4627, 7) // XREF_VirtualProtect
|
||||
|
||||
{ 0x04, 0x8D },
|
||||
{ 0x0A, 0x24 },
|
||||
{ 0x10, 0x10 },
|
||||
{ 0x18, 0x85 },
|
||||
{ 0x1C, 0x33 },
|
||||
{ 0x22, 0xE8 },
|
||||
{ 0x28, 0xC0 },
|
||||
OOVPA_END;
|
||||
|
||||
// ******************************************************************
|
||||
// * CreateSemaphoreA
|
||||
// ******************************************************************
|
||||
|
|
Loading…
Reference in New Issue