commit | 0a9975242a32510c59e33e11868d907b94cf9ac2 | [log] [tgz] |
---|---|---|
author | Robert Pouliot <krynos@clic.net> | Fri Apr 16 06:55:26 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Apr 16 06:55:26 1999 +0000 |
tree | 03544f63a01497e3559cb3f400115444cf3eed2e | |
parent | b94e43303ad78becf1f2108b8536f763fd902306 [diff] [blame] |
A few patches to help Wine to compile on OS/2.
diff --git a/graphics/path.c b/graphics/path.c index 6e174fc..49b049c 100644 --- a/graphics/path.c +++ b/graphics/path.c
@@ -8,6 +8,10 @@ #include <malloc.h> #include <math.h> #include <string.h> +#include "config.h" +#if defined(HAVE_FLOAT_H) +#include <float.h> +#endif #include "winbase.h" #include "wingdi.h"