git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46316
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
//
#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
#endif
#endif // !defined(WX_MSC_FULL_VER) || WX_MSC_FULL_VER < 140040130
+
#endif // !defined(wxUSE_NO_MANIFEST) || (wxUSE_NO_MANIFEST == 0)