mirror of https://github.com/AxioDL/tinyxml2.git
Proper capitalize Visual Studio in comment
This commit is contained in:
parent
aebaeea687
commit
1ca593c4ca
|
@ -31,7 +31,7 @@ distribution.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_MSC_VER) && (_MSC_VER >= 1400 ) && (!defined WINCE)
|
#if defined(_MSC_VER) && (_MSC_VER >= 1400 ) && (!defined WINCE)
|
||||||
// Microsoft visual studio, version 2005 and higher. Not WinCE.
|
// Microsoft Visual Studio, version 2005 and higher. Not WinCE.
|
||||||
/*int _snprintf_s(
|
/*int _snprintf_s(
|
||||||
char *buffer,
|
char *buffer,
|
||||||
size_t sizeOfBuffer,
|
size_t sizeOfBuffer,
|
||||||
|
|
Loading…
Reference in New Issue