- Enable backpatching on non-Windows machines.

SVN r2528 (trunk)
This commit is contained in:
Randy Heit 2010-08-13 04:11:21 +00:00
commit dab3ff000e
2 changed files with 3 additions and 1 deletions

View file

@ -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__