More portability changes, and some bugfixes found through that.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user