nprotect gameguard removed

This commit is contained in:
d1str4ught
2025-08-28 19:56:39 +02:00
parent d4a1591a50
commit 06d9a3671d
4 changed files with 0 additions and 294 deletions

View File

@@ -15,8 +15,6 @@
#include "CheckLatestFiles.h"
#include "NProtectGameGuard.h"
extern "C" {
extern int _fltused;
volatile int _AVOID_FLOATING_POINT_LIBRARY_BUG = _fltused;
@@ -494,11 +492,6 @@ int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLi
LocaleService_LoadConfig("config/locale.cfg");
SetDefaultCodePage(LocaleService_GetCodePage());
#ifdef USE_NPROTECT_GAMEGUARD
if (!GameGuard_Init())
return 0;
#endif
#if defined(CHECK_LATEST_DATA_FILES)
if (!CheckLatestFiles())
return 0;
@@ -625,10 +618,6 @@ int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLi
Main(hInstance, lpCmdLine);
#ifdef USE_NPROTECT_GAMEGUARD
GameGuard_NoticeMessage();
#endif
::CoUninitialize();
if(gs_szErrorString[0])