From e1a35c13e2d61cde4b9a539fb7f6557ca965b627 Mon Sep 17 00:00:00 2001 From: git Date: Wed, 26 Oct 2022 13:47:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Client/GameClient/Memory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/GameClient/Memory.cpp b/Client/GameClient/Memory.cpp index 0e716c62e..7f243bb55 100644 --- a/Client/GameClient/Memory.cpp +++ b/Client/GameClient/Memory.cpp @@ -3,7 +3,7 @@ #include "memory.h" /* Write MEMORY */ -DWORD WriteMemory(const LPVOID lpAddress, const LPVOID lpBuf, const UINT uSize) +DWORD WriteMemory(const LPVOID lpAddress, const LPVOID lpBuf, const UINT uSize)// cc { DWORD dwErrorCode = 0; DWORD dwOldProtect = 0;