/////////////////////////////////////////////////////////////////////////////
#if (defined( __GNUWIN32__ ) && !defined(__TWIN32__)) || defined(__MWERKS__)
- #include <wx/msw/gnuwin32/winresrc.h>
+ #include "wx/msw/gnuwin32/winresrc.h"
#else
- #include <windows.h>
+ #include <windows.h>
#endif
#if defined(_WIN32_WCE)
- #include <commctrl.h>
+ #include "wx/msw/wince/wince.rc"
#endif
//////////////////////////////////////////////////////////////////////////////
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
// Bitmaps
//
-wxDISABLE_BUTTON_BITMAP BITMAP "wx/msw/disable.bmp"
-
// For wxContextHelpButton
csquery BITMAP "wx/msw/csquery.bmp"
// Manifest file for Windows XP
//
+#if !defined(__WIN64__)
#if !defined(wxUSE_NO_MANIFEST) || (wxUSE_NO_MANIFEST == 0)
1 24 "wx/msw/wx.manifest"
#endif
+#endif