bug 465996 - M_SQRT_1_2 missing from windows ce headers r=dougt

This commit is contained in:
Brad Lassey 2009-03-31 12:27:25 -04:00
Родитель 9cdd265378
Коммит ed9b1cc944
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -176,6 +176,9 @@ MOZCE_SHUNT_API int _unlink(const char *filename );
MOZCE_SHUNT_API unsigned short* mozce_GetEnvironmentCL();
/* square root of 1/2, missing from math.h */
#define M_SQRT1_2 0.707106781186547524401
#ifdef __cplusplus
};
#endif