From 8f7401d0d32b864e7c1efbe696fb60d010f001bb Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Tue, 31 Mar 2009 05:12:22 +0000 Subject: x64 port git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@447 4f64403b-2f21-0410-a795-97e2b3489a10 --- tipper/options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tipper/options.cpp') diff --git a/tipper/options.cpp b/tipper/options.cpp index 41271e5..f4ad1af 100644 --- a/tipper/options.cpp +++ b/tipper/options.cpp @@ -1162,8 +1162,8 @@ static INT_PTR CALLBACK DlgProcOptLayout(HWND hwndDlg, UINT msg, WPARAM wParam, int OptInit(WPARAM wParam, LPARAM lParam) { OPTIONSDIALOGPAGE odp = { 0 }; -#define OPTIONPAGE_OLD_SIZE2 60 - DWORD mirVir = (DWORD)CallService(MS_SYSTEM_GETVERSION, 0, 0); + + DWORD mirVir = (DWORD)CallService(MS_SYSTEM_GETVERSION, 0, 0); odp.cbSize = (mirVir >= 0x00060000 ? sizeof(odp) : OPTIONPAGE_OLD_SIZE2); //odp.cbSize = sizeof(odp); -- cgit v1.2.3