Switched to msvc 2019

This commit is contained in:
Anonymous275
2020-12-24 00:16:40 +02:00
parent 306fbc5eb4
commit 4adfda64c1
4 changed files with 5 additions and 5 deletions

View File

@@ -7,10 +7,9 @@
///
#include "Security/Enc.h"
#include "CustomAssert.h"
#include <WS2tcpip.h>
#include "Logger.h"
#include <sstream>
#include <thread>
#ifdef WIN32
int Handle(EXCEPTION_POINTERS* ep, char* Origin) {