Commit ba62bfc1 authored by twanvl's avatar twanvl

Fix error in vc9: don't include manifest, newer versions of msvs do this...

Fix error in vc9: don't include manifest, newer versions of msvs do this automatically, which leads to conflicts
parent 043f92db
...@@ -216,8 +216,8 @@ FILETYPE VFT_APP ...@@ -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) #if !defined(wxUSE_NO_MANIFEST) || (wxUSE_NO_MANIFEST == 0)
1 24 "wx/msw/wx.manifest" //1 24 "wx/msw/wx.manifest"
#endif #endif
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment