X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2adaf5969faf352d740f267b1a4ef79a2cf75980..cbf656555e872684a74eb0badffe1aa33bedf95d:/src/generic/choicdgg.cpp?ds=sidebyside diff --git a/src/generic/choicdgg.cpp b/src/generic/choicdgg.cpp index 4f47ab48ea..f97e674d19 100644 --- a/src/generic/choicdgg.cpp +++ b/src/generic/choicdgg.cpp @@ -28,6 +28,8 @@ #pragma hdrstop #endif +#if wxUSE_CHOICEDLG + #ifndef WX_PRECOMP #include #include "wx/utils.h" @@ -523,3 +525,5 @@ bool wxMultiChoiceDialog::TransferDataFromWindow() return TRUE; } + +#endif // wxUSE_CHOICEDLG