wxCursor *wxCROSS_CURSOR = NULL;
// 'Null' objects
+#if wxUSE_ACCEL
wxAcceleratorTable wxNullAcceleratorTable;
+#endif // wxUSE_ACCEL
+
wxBitmap wxNullBitmap;
wxIcon wxNullIcon;
wxCursor wxNullCursor;
wxPalette wxNullPalette;
wxFont wxNullFont;
wxColour wxNullColour;
-wxNativeFontInfo wxNullNativeFontInfo;
// Default window names
const wxChar *wxControlNameStr = wxT("control");