From 7d2426dbfc3cf59ae481ad2a88199e8a23cb2f67 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Sun, 14 Nov 2010 17:42:50 +0000 Subject: Reduced dll size git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@566 4f64403b-2f21-0410-a795-97e2b3489a10 --- updater/popups.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'updater/popups.cpp') diff --git a/updater/popups.cpp b/updater/popups.cpp index c4e2edf..079254b 100644 --- a/updater/popups.cpp +++ b/updater/popups.cpp @@ -1,12 +1,10 @@ #include "common.h" #include "popups.h" -bool bPopupsEnabled; - -HWND hwndPop = 0; - +HWND hwndPop; HANDLE hEventPop; bool pop_cancelled; +bool bPopupsEnabled; typedef struct { -- cgit v1.2.3