Linux build fix

This commit is contained in:
psucien
2024-05-30 12:09:33 +02:00
parent 0212e68752
commit 767e13cccb

View File

@@ -15,6 +15,7 @@
#define PAGE_NOACCESS PROT_NONE
#define PAGE_READWRITE (PROT_READ | PROT_WRITE)
#define PAGE_READONLY PROT_READ
#else
#include <windows.h>