mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
Fix building the Build Tools. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@4806 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
750a98953b
commit
a8455d5caf
3 changed files with 10 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
#include "compat.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
//
|
||||
// initprintf() -- prints a string
|
||||
//
|
||||
|
@ -16,3 +20,7 @@ void initprintf(const char *f, ...)
|
|||
}
|
||||
|
||||
int32_t editstatus = 1;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
// by Jonathon Fowler (jf@jonof.id.au)
|
||||
|
||||
#include "compat.h"
|
||||
#include "kplib.h"
|
||||
|
||||
#include <utime.h>
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
// by Jonathon Fowler (jf@jonof.id.au)
|
||||
|
||||
#include "compat.h"
|
||||
#include "kplib.h"
|
||||
|
||||
// Glibc doesn't provide this function, so for the sake of less ugliess
|
||||
// for all platforms, here's a replacement just for this program.
|
||||
|
|
Loading…
Reference in a new issue