Use #ifdef instead of #if to test for __WXPALMOS[56]__.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63952
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
title += wxT("wxMAC");
#elif defined(__WXMOTIF__)
title += wxT("wxMOTIF");
title += wxT("wxMAC");
#elif defined(__WXMOTIF__)
title += wxT("wxMOTIF");
+#elif defined(__WXPALMOS5__)
title += wxT("wxPALMOS5");
title += wxT("wxPALMOS5");
+#elif defined(__WXPALMOS6__)
title += wxT("wxPALMOS6");
#else
title += wxT("wxWidgets");
title += wxT("wxPALMOS6");
#else
title += wxT("wxWidgets");