Windows: Fix VS2008SP1 compiler errors (issue #1758)

- override was being defined but this compiler doesn't support it.
- Warning C4355 wasn't being properly suppressed in cef_resource_manager.cc
This commit is contained in:
Marshall Greenblatt
2015-11-13 11:19:24 -05:00
parent 07d75e540f
commit 694b45717c
3 changed files with 7 additions and 2 deletions

View File

@ -41,6 +41,7 @@
// updated to match.
#include <stddef.h> // For size_t.
#include "include/base/cef_build.h" // For COMPILER_MSVC
#if !defined(ALLOW_THIS_IN_INITIALIZER_LIST)
#if defined(COMPILER_MSVC)