Only build this code when building for Windows, just to make grumlgrum happy.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2828 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Mark Olsen 2007-12-27 15:28:45 +00:00
parent 391b3d2057
commit 868ef2aa33
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,8 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#ifdef _WIN32
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
@ -71,3 +73,5 @@ int snprintf(char *buf, size_t buflen, const char *fmt, ...)
return ret;
}
#endif