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/options.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'updater/options.cpp') 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}; -- cgit v1.2.3