check latest files removed

This commit is contained in:
d1str4ught
2025-08-28 19:59:25 +02:00
parent 06d9a3671d
commit a83fc7e642
7 changed files with 0 additions and 96 deletions

View File

@@ -13,8 +13,6 @@
#include "eterLib/Util.h"
#include "eterBase/CPostIt.h"
#include "CheckLatestFiles.h"
extern "C" {
extern int _fltused;
volatile int _AVOID_FLOATING_POINT_LIBRARY_BUG = _fltused;
@@ -492,11 +490,6 @@ int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLi
LocaleService_LoadConfig("config/locale.cfg");
SetDefaultCodePage(LocaleService_GetCodePage());
#if defined(CHECK_LATEST_DATA_FILES)
if (!CheckLatestFiles())
return 0;
#endif
bool bQuit = false;
bool bAuthKeyChecked = false; //OpenID 버전에서 인증키가 들어왔는지 알기 위한 인자.
int nArgc = 0;