X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/30764ab5246a5a9876d6313607da56cf1f1909d2..94e2ed3b8db0220160c0b939782cd46914ec073a:/src/msw/data.cpp diff --git a/src/msw/data.cpp b/src/msw/data.cpp index e9e1c75c78..7e863a33d3 100644 --- a/src/msw/data.cpp +++ b/src/msw/data.cpp @@ -87,7 +87,10 @@ wxCursor *wxHOURGLASS_CURSOR = NULL; wxCursor *wxCROSS_CURSOR = NULL; // 'Null' objects +#if wxUSE_ACCEL wxAcceleratorTable wxNullAcceleratorTable; +#endif // wxUSE_ACCEL + wxBitmap wxNullBitmap; wxIcon wxNullIcon; wxCursor wxNullCursor; @@ -96,7 +99,6 @@ wxBrush wxNullBrush; wxPalette wxNullPalette; wxFont wxNullFont; wxColour wxNullColour; -wxNativeFontInfo wxNullNativeFontInfo; // Default window names const wxChar *wxControlNameStr = wxT("control");