]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/choicdgg.cpp
compilation fix for broken OS/2 compiler
[wxWidgets.git] / src / generic / choicdgg.cpp
index 4f47ab48eaa4ae41eaf9898a232cac3f215ca4f3..f97e674d19d0181b9a4457e7e6ae46d2cf42d414 100644 (file)
@@ -28,6 +28,8 @@
     #pragma hdrstop
 #endif
 
     #pragma hdrstop
 #endif
 
+#if wxUSE_CHOICEDLG
+
 #ifndef WX_PRECOMP
     #include <stdio.h>
     #include "wx/utils.h"
 #ifndef WX_PRECOMP
     #include <stdio.h>
     #include "wx/utils.h"
@@ -523,3 +525,5 @@ bool wxMultiChoiceDialog::TransferDataFromWindow()
 
     return TRUE;
 }
 
     return TRUE;
 }
+
+#endif // wxUSE_CHOICEDLG