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

This commit is contained in:
Marcus Meissner 2000-11-25 23:17:52 +00:00 committed by Alexandre Julliard
parent 3bf456bb44
commit 4826d56d53
1 changed files with 1 additions and 0 deletions

View File

@ -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>