mirror of
https://github.com/espressif/openthread.git
synced 2026-09-02 23:30:07 +00:00
Remove _CRT_SECURE_NO_WARNINGS Usage (#1517)
* Remove usage of deprecated/unsafe CRT functions.
This commit is contained in:
@@ -42,7 +42,6 @@
|
||||
#endif
|
||||
|
||||
#if _WIN32
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
#include <WinSock2.h>
|
||||
#include <WS2tcpip.h>
|
||||
#include <windows.h>
|
||||
|
||||
Reference in New Issue
Block a user