From ff7faa65f97479df9f27d51666afc8ac2cef0a22 Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Tue, 7 Aug 2012 16:06:30 +0000 Subject: SmileyAdd NMHDR structure part fix History++ 64 bit smileys animation fixes Delphi API updates git-svn-id: http://svn.miranda-ng.org/main/trunk@1393 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_helpers.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'include/delphi/m_helpers.inc') diff --git a/include/delphi/m_helpers.inc b/include/delphi/m_helpers.inc index c46ad2bb5f..bc1668598b 100644 --- a/include/delphi/m_helpers.inc +++ b/include/delphi/m_helpers.inc @@ -73,6 +73,9 @@ procedure EffectRegisterW(pEffectID:pEffectIDW); function TopToolbar_AddButton(pButton:PTTBButton):THANDLE; +function Options_Open(ood:POPENOPTIONSDIALOG):int_ptr; +function Options_OpenPage(ood:POPENOPTIONSDIALOG):HWND; + {$ELSE} function ProtoServiceExists(const proto,service: PAnsiChar): int; @@ -496,4 +499,14 @@ begin result:=CallService(MS_TTB_ADDBUTTON, WPARAM(pButton), hLangpack); end; +function Options_Open(ood:POPENOPTIONSDIALOG):int_ptr; +begin + result:=CallService(MS_OPT_OPENOPTIONS, hLangpack, LPARAM(ood)); +end; + +function Options_OpenPage(ood:POPENOPTIONSDIALOG):HWND; +begin + result:=CallService(MS_OPT_OPENOPTIONSPAGE, hLangpack, LPARAM(ood)); +end; + {$ENDIF} -- cgit v1.2.3