From af9cabc6a635737fc9f1dcc1581e97b6109017a1 Mon Sep 17 00:00:00 2001 From: "dennisbabkin.com" Date: Sat, 29 May 2021 13:08:43 -0700 Subject: [PATCH] Update SharedDefs.h --- InjectAll/Drv/SharedDefs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/InjectAll/Drv/SharedDefs.h b/InjectAll/Drv/SharedDefs.h index 359c15a..46a289e 100644 --- a/InjectAll/Drv/SharedDefs.h +++ b/InjectAll/Drv/SharedDefs.h @@ -28,10 +28,10 @@ #pragma once -#define DBG_PREFIX_ALL "InjectAll_" //prefix to be added in all DbgPrint calls +#define DBG_PREFIX_ALL "InjectAll_" //prefix to be added in all DbgPrint calls -#define INJECTED_DLL_FILE_NAME64 "FAKE64.DLL" //File name of the injected 64-bit DLL (name only!) -#define INJECTED_DLL_FILE_NAME32 "FAKE32.DLL" //File name of the injected 32-bit DLL (name only!) +#define INJECTED_DLL_FILE_NAME64 "FAKE64.DLL" //File name of the injected 64-bit DLL (name only!) +#define INJECTED_DLL_FILE_NAME32 "FAKE32.DLL" //File name of the injected 32-bit DLL (name only!) #ifdef _WIN64 #define INJECTED_DLL_FILE_NAME INJECTED_DLL_FILE_NAME64