Merge remote-tracking branch 'jjyg/master'

develop
Kelly Martin 2012-11-16 13:50:59 -06:00
commit 1379891270
1 changed files with 1 additions and 1 deletions

@ -494,7 +494,7 @@ int Process::memDealloc(void *ptr, const int length)
int Process::memProtect(void *ptr, const int length, const int prot)
{
int prot_native = 0;
int old_prot = 0;
DWORD old_prot = 0;
// only support a few constant combinations
if (prot == 0)