diff options
-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 };
|