From d4dee7be1d5eab19b2cee2d94bd1671abd3446a3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 13 Apr 2015 21:38:10 +0000 Subject: added CDlgBase::GetInst() method to detect dialog's module automatically git-svn-id: http://svn.miranda-ng.org/main/trunk@12797 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/miranda.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core') diff --git a/src/core/miranda.h b/src/core/miranda.h index e5f6c88c1f..5f0d7e2ddc 100644 --- a/src/core/miranda.h +++ b/src/core/miranda.h @@ -22,8 +22,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define OPTIONPAGE_OLD_SIZE offsetof(OPTIONSDIALOGPAGE,hLangpack) - typedef HRESULT (STDAPICALLTYPE *pfnDrawThemeTextEx)(HTHEME, HDC, int, int, LPCWSTR, int, DWORD, LPRECT, const struct _DTTOPTS *); typedef HRESULT (STDAPICALLTYPE *pfnSetWindowThemeAttribute)(HWND, enum WINDOWTHEMEATTRIBUTETYPE, PVOID, DWORD); typedef HRESULT (STDAPICALLTYPE *pfnBufferedPaintInit)(void); -- cgit v1.2.3