X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2adaf5969faf352d740f267b1a4ef79a2cf75980..328bfc22243e3d4672ddf626db4f78e4269c7275:/src/generic/choicdgg.cpp 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