Eliminate variable shadowing warnings with MSVC (#17)

This commit is contained in:
Mat M 2016-09-04 06:30:57 -04:00 committed by Merry
parent 7f9a0c3c38
commit 858796a029
5 changed files with 16 additions and 7 deletions

View file

@ -127,7 +127,7 @@ public:
void int3() { db(0xCC); }
void nop(size_t size = 1);
void SetCodePtr(CodePtr ptr);
void SetCodePtr(CodePtr code_ptr);
void EnsurePatchLocationSize(CodePtr begin, size_t size);
#ifdef _WIN32