]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wx.rc
remove unused variable assignment, closes #14928
[wxWidgets.git] / include / wx / msw / wx.rc
index 2e720ea222bf7337afe1f81ce943e9a1b11339eb..d9aff3b171d177bcd711cc543485db753d751ca7 100644 (file)
 // Licence:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__MWERKS__)
-#include <winresrc.h>
-#else
 #include <windows.h>
-#endif
 
 #if defined(_WIN32_WCE)
     #include "wx/msw/wince/wince.rc"
@@ -98,6 +94,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 +115,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)