make glui compile under MSVC 9.0 beta (vsnprintf is already defined)
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include "GL/glui.h"
|
||||
#include <stdarg.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#if defined (_MSC_VER) && (_MSC_VER < 1500)
|
||||
#define vsnprintf _vsnprintf
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user