diff options
Diffstat (limited to 'updater/options.cpp')
-rw-r--r-- | updater/options.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/updater/options.cpp b/updater/options.cpp index d739831..312adbd 100644 --- a/updater/options.cpp +++ b/updater/options.cpp @@ -4,11 +4,10 @@ Options options;
-HWND hwndOptions = 0;
+HWND hwndOptions;
HANDLE hMainMenuItemRestart, hMainMenuItemUpdateAndExit;
-
-HANDLE hBackupPath = 0, hDataPath = 0, hArchivePath = 0;
+HANDLE hBackupPath, hDataPath, hArchivePath;
void add_restart_menu_item() {
CLISTMENUITEM menu = {0};
|