Back out cset 1566a2e95c3b (bug 950505) for build failure on Windows when warnings are treated as errors

This commit is contained in:
Brian Smith 2013-12-16 00:39:11 -08:00
parent b6a36ce552
commit bf28b3dc60
2 changed files with 1 additions and 6 deletions

View File

@ -4,9 +4,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef WMFUtils_h
#define WMFUtils_h
#include "WMF.h" #include "WMF.h"
#include "nsString.h" #include "nsString.h"
#include "nsRect.h" #include "nsRect.h"
@ -102,5 +99,3 @@ IsFlagSet(DWORD flags, DWORD pattern) {
} }
} // namespace mozilla } // namespace mozilla
#endif

View File

@ -12,7 +12,7 @@ EXPORTS += [
'WMFUtils.h', 'WMFUtils.h',
] ]
UNIFIED_SOURCES += [ SOURCES += [
'DXVA2Manager.cpp', 'DXVA2Manager.cpp',
'WMFByteStream.cpp', 'WMFByteStream.cpp',
'WMFDecoder.cpp', 'WMFDecoder.cpp',