]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/xmcombo/xmcombo.c
Replace dc.cpp with dc.mm and dcclient.cpp with dc.mm
[wxWidgets.git] / src / motif / xmcombo / xmcombo.c
index 6519996ac5c9de745054c68e2dde2be8f990c982..32f5686026cf10878650046e2b747a50dd9cc02e 100644 (file)
 #include <Xm/TextF.h>
 #include <Xm/List.h>
 #include <Xm/LabelP.h>
+
+#if (XmVersion < 2000)
+
 #include <string.h>
 #include <ctype.h> /* define toupper */
 #include "combop.h"
@@ -3556,3 +3559,5 @@ Widget XmCreateComboBox(Widget parent, String name, ArgList arglist,
 } /* XmCreateComboBox */
 
 /* Ende von ComboBox.c */
+
+#endif /* XmVersion < 2000 */