- Enable backpatching on non-Windows machines.
SVN r2528 (trunk)
This commit is contained in:
parent
30ffe1d4b8
commit
dab3ff000e
2 changed files with 3 additions and 1 deletions
|
|
@ -1082,6 +1082,7 @@ __declspec(dllimport) int __stdcall VirtualProtect(void *, unsigned long, unsign
|
|||
#else
|
||||
#include <sys/mman.h>
|
||||
#include <limits.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue