mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bustage fix for bug 545295. r=me.
--HG-- extra : convert_revision : 54edfaf7f89566f86822155e90d43ec6198228c4
This commit is contained in:
parent
8e9b1ee383
commit
fcb616851a
@ -42,6 +42,12 @@
|
||||
|
||||
using namespace avmplus;
|
||||
|
||||
size_t
|
||||
VMPI_getVMPageSize()
|
||||
{
|
||||
return 4096;
|
||||
}
|
||||
|
||||
#ifdef WIN32
|
||||
void
|
||||
VMPI_setPageProtection(void *address,
|
||||
|
@ -95,6 +95,8 @@ typedef unsigned __int64 uint64_t;
|
||||
#define VMPI_isdigit isdigit
|
||||
#define VMPI_getDate()
|
||||
|
||||
extern size_t VMPI_getVMPageSize();
|
||||
|
||||
extern void VMPI_setPageProtection(void *address,
|
||||
size_t size,
|
||||
bool executableFlag,
|
||||
|
Loading…
Reference in New Issue
Block a user