зеркало из https://github.com/mozilla/pjs.git
VC7.1 bustage fix for bug 465996 r=longsonr sr=roc
This commit is contained in:
Родитель
9a55ef970a
Коммит
89e6e5b934
|
@ -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>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче