We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cac70b commit f05878eCopy full SHA for f05878e
easywsclient.cpp
@@ -1,8 +1,8 @@
1
#include "easywsclient.hpp"
2
3
#ifdef _WIN32
4
- // CRTSECURE_NO_WARNINGS for sscanf errors in MSVC2013 Express
5
- #define CRTSECURE_NO_WARNINGS
+ // _CRT_SECURE_NO_WARNINGS for sscanf errors in MSVC2013 Express
+ #define _CRT_SECURE_NO_WARNINGS
6
#ifndef WIN32_LEAN_AND_MEAN
7
#define WIN32_LEAN_AND_MEAN
8
#endif
0 commit comments