1
0
Fork 0
forked from fte/fteqw

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:
Spoike 2006-03-06 21:29:24 +00:00
parent 5de363a091
commit c0619d3015

View file

@ -3066,7 +3066,7 @@ int build_number( void )
} }
#ifdef _WIN32
int VARGS linuxlike_snprintf(char *buffer, int size, const char *format, ...) int VARGS linuxlike_snprintf(char *buffer, int size, const char *format, ...)
{ {
#undef _vsnprintf #undef _vsnprintf
@ -3101,3 +3101,4 @@ int VARGS linuxlike_vsnprintf(char *buffer, int size, const char *format, va_lis
return ret; return ret;
} }
#endif