From f6ac12962d8d723f4aa499f7f9388d2d75202f54 Mon Sep 17 00:00:00 2001 From: neru Date: Sat, 20 Jun 2026 09:18:29 -0300 Subject: [PATCH] fix: remove unneeded def --- src/unlocker/main.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/unlocker/main.cpp b/src/unlocker/main.cpp index e7d2044..1d74a6e 100644 --- a/src/unlocker/main.cpp +++ b/src/unlocker/main.cpp @@ -17,11 +17,6 @@ #include #include -#ifndef CREATE_NO_WINDOW - // from: WinBase.h - #define CREATE_NO_WINDOW 0x08000000 -#endif - bool running = true; TinyMITMProxy* proxy = nullptr; ProxyConfigurator* conf = nullptr;