diff options
Diffstat (limited to 'src/core/miranda.h')
-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);
|