Work on non-win32
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2063 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
5de363a091
commit
c0619d3015
1 changed files with 2 additions and 1 deletions
|
@ -3066,7 +3066,7 @@ int build_number( void )
|
|||
}
|
||||
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
int VARGS linuxlike_snprintf(char *buffer, int size, const char *format, ...)
|
||||
{
|
||||
#undef _vsnprintf
|
||||
|
@ -3101,3 +3101,4 @@ int VARGS linuxlike_vsnprintf(char *buffer, int size, const char *format, va_lis
|
|||
|
||||
return ret;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue