Remove _CRT_SECURE_NO_WARNINGS Usage (#1517)

* Remove usage of deprecated/unsafe CRT functions.
This commit is contained in:
Nick Banks
2017-03-28 09:19:25 -07:00
committed by Jonathan Hui
parent 73564c399a
commit a4ccc9a7ee
4 changed files with 4 additions and 7 deletions
@@ -42,7 +42,6 @@
#endif
#if _WIN32
#define _CRT_SECURE_NO_WARNINGS
#include <WinSock2.h>
#include <WS2tcpip.h>
#include <windows.h>