Linux build fix
This commit is contained in:
parent
0212e68752
commit
767e13cccb
|
@ -15,6 +15,7 @@
|
||||||
|
|
||||||
#define PAGE_NOACCESS PROT_NONE
|
#define PAGE_NOACCESS PROT_NONE
|
||||||
#define PAGE_READWRITE (PROT_READ | PROT_WRITE)
|
#define PAGE_READWRITE (PROT_READ | PROT_WRITE)
|
||||||
|
#define PAGE_READONLY PROT_READ
|
||||||
#else
|
#else
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue