Skip to content

Commit f8a90e6

Browse files
committed
Minor changes
1 parent 4b39b1f commit f8a90e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1614,7 +1614,7 @@ TEST_SUITE("Detours::Hook") {
16141614
UNREFERENCED_PARAMETER(pHookAddress);
16151615
UNREFERENCED_PARAMETER(pAccessAddress);
16161616

1617-
_tprintf_s(_T("Mem access! TID=%lu\n"), GetCurrentThreadId());
1617+
//_tprintf_s(_T("Mem access! TID=%lu\n"), GetCurrentThreadId());
16181618
}
16191619

16201620
void MemoryHookSelfUnHook(const PCONTEXT pCTX, const void* pExceptionAddress, Detours::Hook::MEMORY_HOOK_OPERATION unOperation, const void* pHookAddress, const void* pAccessAddress) {

0 commit comments

Comments
 (0)