]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wx.rc
Fix some compilation and linking errors in samples.
[wxWidgets.git] / include / wx / msw / wx.rc
index e9371c812af02dd9f1d5d15e93497fc8e871260a..5f27ac35d83995aeedbf568de5883af8559dd597 100644 (file)
        #include <windows.h>
 #endif
 
+#if defined(_WIN32_WCE)
+        #include <commctrl.h>
+#endif
+
 //////////////////////////////////////////////////////////////////////////////
 //
 // This is the MDI Window menu
@@ -53,6 +57,34 @@ BEGIN
     END
 END
 
+#ifdef _WIN32_WCE
+
+// Dummy menubar/toolbar for WinCE
+
+5000 RCDATA DISCARDABLE
+BEGIN
+  // Popup menu name
+  5000,
+  // Count of items to put on the menu
+  0
+END
+
+5000 MENU DISCARDABLE
+BEGIN
+    POPUP "Dummy"
+    BEGIN
+    MENUITEM "Dummy" 99
+    END
+END
+
+STRINGTABLE DISCARDABLE
+BEGIN
+    5001      "Dummy menu"
+END
+
+#endif
+
+
 //////////////////////////////////////////////////////////////////////////////
 //
 // Standard wxWindows Cursors