diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-07-03 00:33:34 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-07-03 00:33:34 +0000 |
commit | ed21386c5e3f72a5c9caade01b0ac74988ce724b (patch) | |
tree | 7eb1af3b52c8825be75953d725afe1f9757f3bec /graphics/grx/files/patch-test__speedtst.c | |
parent | The GNU Pascal Compiler (GPC) is, as the name says, the Pascal compiler of the (diff) |
GRX is a 2D graphics library originaly written by Csaba Biegl for DJ Delorie's
DOS port of the GCC compiler.
Now it support DOS (using the DJGPP v2 compiler), Linux console, X11 and Win32
(using the Mingw compiler).
WWW: http://grx.gnu.de/
Diffstat (limited to 'graphics/grx/files/patch-test__speedtst.c')
-rw-r--r-- | graphics/grx/files/patch-test__speedtst.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/grx/files/patch-test__speedtst.c b/graphics/grx/files/patch-test__speedtst.c new file mode 100644 index 000000000000..a31e338788b0 --- /dev/null +++ b/graphics/grx/files/patch-test__speedtst.c @@ -0,0 +1,11 @@ +--- ./test/speedtst.c.orig Sat May 3 19:45:12 2003 ++++ ./test/speedtst.c Sat Jul 1 16:06:12 2006 +@@ -26,7 +26,7 @@ + /*#include <wcdefs.h>*/ + #include <conio.h> + #else +-#include <values.h> ++#include <limits.h> + #endif + #include <math.h> + #include <time.h> |