Remove unused defines from private wxMSW header
This commit is contained in:
@@ -75,41 +75,9 @@ WXDLLIMPEXP_BASE void wxSetInstance(HINSTANCE hInst);
|
|||||||
typedef FARPROC WndProcCast;
|
typedef FARPROC WndProcCast;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#define CASTWNDPROC (WndProcCast)
|
#define CASTWNDPROC (WndProcCast)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
|
||||||
// some stuff for old Windows versions (FIXME: what does it do here??)
|
|
||||||
// ---------------------------------------------------------------------------
|
|
||||||
|
|
||||||
#if !defined(APIENTRY) // NT defines APIENTRY, 3.x not
|
|
||||||
#define APIENTRY FAR PASCAL
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Decide what window classes we're going to use
|
|
||||||
* for this combination of CTl3D/FAFA settings
|
|
||||||
*/
|
|
||||||
|
|
||||||
#define STATIC_CLASS wxT("STATIC")
|
|
||||||
#define STATIC_FLAGS (SS_LEFT|WS_CHILD|WS_VISIBLE)
|
|
||||||
#define CHECK_CLASS wxT("BUTTON")
|
|
||||||
#define CHECK_FLAGS (BS_AUTOCHECKBOX|WS_TABSTOP|WS_CHILD)
|
|
||||||
#define CHECK_IS_FAFA FALSE
|
|
||||||
#define RADIO_CLASS wxT("BUTTON")
|
|
||||||
#define RADIO_FLAGS (BS_AUTORADIOBUTTON|WS_CHILD|WS_VISIBLE)
|
|
||||||
#define RADIO_IS_FAFA FALSE
|
|
||||||
#define PURE_WINDOWS
|
|
||||||
#define GROUP_CLASS wxT("BUTTON")
|
|
||||||
#define GROUP_FLAGS (BS_GROUPBOX|WS_CHILD|WS_VISIBLE)
|
|
||||||
|
|
||||||
/*
|
|
||||||
#define BITCHECK_FLAGS (FB_BITMAP|FC_BUTTONDRAW|FC_DEFAULT|WS_VISIBLE)
|
|
||||||
#define BITRADIO_FLAGS (FC_BUTTONDRAW|FB_BITMAP|FC_RADIO|WS_CHILD|WS_VISIBLE)
|
|
||||||
*/
|
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
// misc macros
|
// misc macros
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user