Commit 4826d56d authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

glibc2.2 needs __USE_ISOC99 for FP_NAN and isfinite().

parent 3bf456bb
......@@ -25,6 +25,7 @@ UB 000416:
#include "crtdll.h"
#include <ctype.h>
#define __USE_ISOC9X 1 /* for isfinite */
#define __USE_ISOC99 1 /* for isfinite */
#include <math.h>
#include <errno.h>
#include <stdlib.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment