More portability changes, and some bugfixes found through that.

This commit is contained in:
waltje
2017-10-27 20:54:31 -04:00
parent 77d695f430
commit 15538f1441
10 changed files with 45 additions and 18 deletions

View File

@@ -8,7 +8,7 @@
*
* Define the various platform support functions.
*
* Version: @(#)plat.h 1.0.14 2017/10/24
* Version: @(#)plat.h 1.0.15 2017/10/27
*
* Authors: Miran Grca, <mgrca8@gmail.com>
* Fred N. van Kempen, <decwiz@yahoo.com>
@@ -24,6 +24,11 @@
#endif
#ifndef WIN32
# define RENDER_FPS 70 /* default render speed */
#endif
#ifdef FREEBSD
/* FreeBSD has largefile by default. */
# define fopen64 fopen