diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2009-04-01 13:40:35 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2009-04-01 13:40:35 +0000 |
commit | f0358e54b7b7002e2c6e923147b4943a8c93921d (patch) | |
tree | 368f9a7bb8d3a461ae6e5df41e6be26399b8423b | |
parent | fb71b980908b543523ef54ff6b8c9965d75a37dd (diff) |
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@456 4f64403b-2f21-0410-a795-97e2b3489a10
-rw-r--r-- | updater/options.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/updater/options.cpp b/updater/options.cpp index 4bef93e..5352bc9 100644 --- a/updater/options.cpp +++ b/updater/options.cpp @@ -454,7 +454,9 @@ static INT_PTR CALLBACK DlgProcOpts2(HWND hwndDlg, UINT msg, WPARAM wParam, LPAR int OptInit(WPARAM wParam,LPARAM lParam)
{
+#ifndef OPTIONPAGE_OLD_SIZE2
#define OPTIONPAGE_OLD_SIZE2 60
+#endif
DWORD mirVir = (DWORD)CallService(MS_SYSTEM_GETVERSION, 0, 0);
OPTIONSDIALOGPAGE odp = { 0 };
|