VC7.1 bustage fix for bug 465996 r=longsonr sr=roc

This commit is contained in:
Neil Rashbrook 2009-04-02 21:29:31 +01:00
Родитель 9a55ef970a
Коммит 89e6e5b934
2 изменённых файлов: 3 добавлений и 2 удалений

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

@ -34,6 +34,8 @@
*
* ***** END LICENSE BLOCK ***** */
// include nsSVGUtils.h first to ensure definition of M_SQRT1_2 is picked up
#include "nsSVGUtils.h"
#include "nsIDOMDocument.h"
#include "nsIDOMSVGElement.h"
#include "nsIDOMSVGSVGElement.h"
@ -47,7 +49,6 @@
#include "nsIURI.h"
#include "nsStyleStruct.h"
#include "nsIPresShell.h"
#include "nsSVGUtils.h"
#include "nsISVGGlyphFragmentLeaf.h"
#include "nsNetUtil.h"
#include "nsIDOMSVGRect.h"

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

@ -37,7 +37,7 @@
#ifndef NS_SVGUTILS_H
#define NS_SVGUTILS_H
// include math.h to pick up definition of M_PI if the platform defines it
// include math.h to pick up definition of M_SQRT1_2 if the platform defines it
#define _USE_MATH_DEFINES
#include <math.h>