removed (unused since quite some time) wxUSE_ITSY_BITSY

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-08-04 20:31:11 +00:00
parent 91ebae296d
commit 85fa5d02d8
8 changed files with 0 additions and 67 deletions

View File

@@ -131,16 +131,6 @@ WXDLLEXPORT_DATA(extern HFONT) wxSTATUS_LINE_FONT;
typedef MRESULT (APIENTRY * WndProcCast) (HWND, ULONG, MPARAM, MPARAM);
#define CASTWNDPROC (WndProcCast)
#if wxUSE_ITSY_BITSY
#define IBS_HORZCAPTION 0x4000L
#define IBS_VERTCAPTION 0x8000L
UINT APIENTRY ibGetCaptionSize( HWND hWnd ) ;
UINT APIENTRY ibSetCaptionSize( HWND hWnd, UINT nSize ) ;
MRESULT APIENTRY ibDefWindowProc( HWND hWnd, ULONG ulMsg, MPARAM wParam, MPARAM lParam ) ;
VOID APIENTRY ibAdjustWindowRect( HWND hWnd, LPRECT lprc ) ;
#endif // wxUSE_ITSY_BITSY
/*
* Decide what window classes we're going to use
* for this combination of CTl3D/FAFA settings