Band-aid for bug 602558: Avoid the VS10 STL wrappers getting tangled up in <utility>. r=vlad a=bustage

This commit is contained in:
Chris Jones 2010-10-07 17:57:47 -05:00
Родитель 6ed0382f83
Коммит beaf248b78
4 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <new>
#include "gasp.h"
// gasp - Grid-fitting And Scan-conversion Procedure

Просмотреть файл

@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <new>
#include "glyf.h"
#include <algorithm>

Просмотреть файл

@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <new>
#include "hmtx.h"
#include "hhea.h"

Просмотреть файл

@ -39,7 +39,7 @@
* ***** END LICENSE BLOCK ***** */
#ifndef mozilla_msvc_raise_wrappers_h
#define mozilla_msvc_throw_wrappers_h
#define mozilla_msvc_raise_wrappers_h
#ifdef _XSTDDEF_
# error "Unable to wrap _RAISE(); CRT _RAISE() already defined"