#ifndef _WX_GENERIC_PANELG_H_
#define _WX_GENERIC_PANELG_H_
+#include "wx/bitmap.h"
+
class WXDLLIMPEXP_CORE wxPanel : public wxPanelBase
{
public:
Create(parent, winid, pos, size, style, name);
}
-#ifdef WXWIN_COMPATIBILITY_2_8
+#if WXWIN_COMPATIBILITY_2_8
wxDEPRECATED_CONSTRUCTOR(
wxPanel(wxWindow *parent,
int x, int y, int width, int height,