Fix error in vc9: don't include manifest, newer versions of msvs do this automatically, which leads to conflicts

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1509 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2010-10-02 13:49:37 +00:00
parent ca7ade0cfd
commit 62a4bb7718
+2 -2
View File
@@ -216,8 +216,8 @@ FILETYPE VFT_APP
}
}
#if !defined(__WIN64__)
#if !defined(_MSC_VER) || _MSC_VER < 1400
#if !defined(wxUSE_NO_MANIFEST) || (wxUSE_NO_MANIFEST == 0)
1 24 "wx/msw/wx.manifest"
//1 24 "wx/msw/wx.manifest"
#endif
#endif