+ // Not using a combined wxToolBar/wxMenuBar? then use
+ // a commandbar in WinCE .NET to implement the
+ // menubar, since there is no ::SetMenu function.
+#if defined(__WXWINCE__) && (_WIN32_WCE >= 400 && !defined(WIN32_PLATFORM_PSPC) && defined(WIN32_PLATFORM_WFSP))
+ WXHWND m_commandBar;
+#endif