Fixed a typo ...
This commit is contained in:
parent
ef82114c32
commit
856534f0ca
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <stdio.h> //snprintf
|
#include <stdio.h> //snprintf
|
||||||
#if defined( _MSCVER_ )
|
#if defined( _MSC_VER )
|
||||||
# include <io.h> //lseek, read, write
|
# include <io.h> //lseek, read, write
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
SG_USING_STD(string);
|
SG_USING_STD(string);
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#if defined( _MSC_VER )
|
||||||
# define snprintf _snprintf
|
# define snprintf _snprintf
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue