mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Fix error with initputs symbol when linking the Build tools in some environments
git-svn-id: https://svn.eduke32.com/eduke32@6925 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
652c0044a1
commit
84cae053c1
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ void initprintf(const char *f, ...)
|
|||
va_end(va);
|
||||
}
|
||||
|
||||
int initputs (const char * str) { return puts(str); }
|
||||
|
||||
int16_t editstatus = 1;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Reference in a new issue