From 072103b8a09df0d5bd2fd4a98ad84a9b2f1acbab Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 28 Nov 2012 19:32:46 +0000 Subject: some cosmetic changes to the Delphi headers git-svn-id: http://svn.miranda-ng.org/main/trunk@2548 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_core.inc | 4 ++-- include/delphi/m_options.inc | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/include/delphi/m_core.inc b/include/delphi/m_core.inc index 2f9401e63d..02c6909675 100644 --- a/include/delphi/m_core.inc +++ b/include/delphi/m_core.inc @@ -171,9 +171,9 @@ type const {$IFDEF WIN64} - CALLSERVICE_NOTFOUND = $8000000000000000; + CALLSERVICE_NOTFOUND = int_ptr($8000000000000000); {$ELSE} - CALLSERVICE_NOTFOUND = $80000000; + CALLSERVICE_NOTFOUND = int_ptr($80000000); {$ENDIF} function CreateHookableEvent(const name: PAnsiChar): THANDLE; stdcall; diff --git a/include/delphi/m_options.inc b/include/delphi/m_options.inc index 129979bb70..568d5e62e0 100644 --- a/include/delphi/m_options.inc +++ b/include/delphi/m_options.inc @@ -68,17 +68,6 @@ type hLangpack :int; end; -const - {$IFNDEF WIN64} - OPTIONPAGE_OLD_SIZE = 40; - OPTIONPAGE_OLD_SIZE2 = 60; - OPTIONPAGE_OLD_SIZE3 = 64; - {$ELSE} - OPTIONPAGE_OLD_SIZE = SIZEOF(TOPTIONSDIALOGPAGE); - OPTIONPAGE_OLD_SIZE2 = SIZEOF(TOPTIONSDIALOGPAGE); - OPTIONPAGE_OLD_SIZE3 = SIZEOF(TOPTIONSDIALOGPAGE); - {$ENDIF} - const ODPF_BOLDGROUPS = 4; // give group box titles a bold font ODPF_UNICODE = 8; // string fields in OPTIONSDIALOGPAGE are WCHAR* -- cgit v1.2.3