diff options
Diffstat (limited to 'updater/popups.cpp')
-rw-r--r-- | updater/popups.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
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
{
|