X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/82ac3b0a423b755c6329c2ae2faaab9576a3f647..4c3ebca927cea2742ec128c9c3ef3676d1ecae01:/include/wx/msw/dib.h diff --git a/include/wx/msw/dib.h b/include/wx/msw/dib.h index 6a2a40a020..7f0d2ecb07 100644 --- a/include/wx/msw/dib.h +++ b/include/wx/msw/dib.h @@ -17,6 +17,8 @@ class WXDLLEXPORT wxPalette; #include "wx/msw/private.h" +#if wxUSE_WXDIB + // ---------------------------------------------------------------------------- // wxDIB: represents a DIB section // ---------------------------------------------------------------------------- @@ -225,5 +227,8 @@ inline wxDIB::~wxDIB() Free(); } +#endif + // wxUSE_WXDIB + #endif // _WX_MSW_DIB_H_