1
0
Fork 0

Fixed a typo ...

This commit is contained in:
curt 2002-02-08 01:08:24 +00:00
parent ef82114c32
commit 856534f0ca

View file

@ -32,7 +32,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <stdio.h> //snprintf
#if defined( _MSCVER_ )
#if defined( _MSC_VER )
# include <io.h> //lseek, read, write
#endif
@ -52,7 +52,7 @@
SG_USING_STD(string);
#ifdef _MSC_VER
#if defined( _MSC_VER )
# define snprintf _snprintf
#endif