We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1419c5d commit c29570eCopy full SHA for c29570e
1 file changed
fakenect/platform.h
@@ -28,7 +28,9 @@
28
#ifdef _WIN32
29
#include <direct.h>
30
#include <windows.h>
31
- #define snprintf _snprintf
+ #if defined(_MSC_VER) && _MSC_VER < 1900
32
+ #define snprintf _snprintf
33
+ #endif
34
#define popen _popen
35
#else
36
#include <time.h>
0 commit comments