Fix platform and debug macros

This commit is contained in:
Vinnie Falco
2013-06-30 10:10:19 -07:00
parent 2fefe6ca8d
commit c35c52ff08
25 changed files with 128 additions and 124 deletions

View File

@@ -4,9 +4,9 @@
*/
//==============================================================================
// VFALCO TODO Repalce these with something more robust and without macros.
// VFALCO TODO Replace these with something more robust and without macros.
//
#if !defined(WIN32) && !defined(WIN64)
#if ! BEAST_MSVC
#define _vsnprintf(a,b,c,d) vsnprintf(a,b,c,d)
#endif