X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/62a0bb2788a46241f32592ec4931afb27a664edf..a6fb8636e551162537ac094da81bafa5ee7fdf83:/include/wx/msw/wx.rc diff --git a/include/wx/msw/wx.rc b/include/wx/msw/wx.rc index e99ea3d244..619a188d6f 100644 --- a/include/wx/msw/wx.rc +++ b/include/wx/msw/wx.rc @@ -30,9 +30,13 @@ ///////////////////////////////////////////////////////////////////////////// #if (defined( __GNUWIN32__ ) && !defined(__TWIN32__)) || defined(__MWERKS__) - #include + #include "wx/msw/gnuwin32/winresrc.h" #else - #include + #include +#endif + +#if defined(_WIN32_WCE) + #include "wx/msw/wince/wince.rc" #endif ////////////////////////////////////////////////////////////////////////////// @@ -97,11 +101,20 @@ wxICON_SMALL_REMOVEABLE ICON "wx/msw/removble.ico" // Bitmaps // -wxDISABLE_BUTTON_BITMAP BITMAP "wx/msw/disable.bmp" - // For wxContextHelpButton csquery BITMAP "wx/msw/csquery.bmp" // For obtaining the RGB values of standard colours wxBITMAP_STD_COLOURS BITMAP "wx/msw/colours.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 +