commit | 49b7fdcfc05f9ebcd939726709de0114b507eb5a | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Wed Aug 03 21:25:10 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Aug 03 21:25:10 2005 +0000 |
tree | 12a84427cf8078ef466b69a40db5d70275308d06 | |
parent | 6b91f5b31c614364727332e8b91b6493e58b21b1 [diff] [blame] |
Removed the broken mmap64 configure check, and moved the _FILE_OFFSET_BITS define to wine/port.h. Made sure that all files that need the define include it.
diff --git a/tools/sfnt2fnt.c b/tools/sfnt2fnt.c index ecf3ae9..dcae9db 100644 --- a/tools/sfnt2fnt.c +++ b/tools/sfnt2fnt.c
@@ -19,6 +19,7 @@ */ #include "config.h" +#include "wine/port.h" #include <assert.h> #include <ctype.h>