diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-13 21:38:10 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-13 21:38:10 +0000 |
commit | d4dee7be1d5eab19b2cee2d94bd1671abd3446a3 (patch) | |
tree | 518ecf756c59c46e34831eb58a3eb2d2aea7a6eb /src/core | |
parent | a58d37d39c039e755e5b902d5556fe34338130bc (diff) |
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
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/miranda.h | 2 |
1 files changed, 0 insertions, 2 deletions
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);
|