X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/06ad6296a6d4b5b4ea045fd5557bc0b2e71b3a77..9d52aad39a4e3b52c5baa50b9cc55caaf91bb026:/include/wx/msw/wx.rc diff --git a/include/wx/msw/wx.rc b/include/wx/msw/wx.rc index 2e720ea222..28da79650a 100644 --- a/include/wx/msw/wx.rc +++ b/include/wx/msw/wx.rc @@ -98,6 +98,9 @@ wxBITMAP_STD_COLOURS BITMAP "wx/msw/colours.bmp" // #if !defined(wxUSE_NO_MANIFEST) || (wxUSE_NO_MANIFEST == 0) + +// Visual Studio 2005 generates the manifest automatically and so we +// shouldn't include it in the resources manually: #if !defined(WX_MSC_FULL_VER) || WX_MSC_FULL_VER < 140040130 // see "about isolated applications" topic in MSDN @@ -116,4 +119,5 @@ wxMANIFEST_ID 24 "wx/msw/wx.manifest" #endif #endif // !defined(WX_MSC_FULL_VER) || WX_MSC_FULL_VER < 140040130 + #endif // !defined(wxUSE_NO_MANIFEST) || (wxUSE_NO_MANIFEST == 0)