mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 03:24:26 +00:00
bug 465996 - M_SQRT_1_2 missing from windows ce headers r=dougt
This commit is contained in:
parent
9cdd265378
commit
ed9b1cc944
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user