Now compile with VS2019

This commit is contained in:
xawotihs
2019-09-07 19:46:15 +02:00
parent a27216c317
commit fd3777f08e
9 changed files with 29 additions and 16 deletions

View File

@@ -1,9 +1,6 @@
#ifndef DEBUGROUTINES_H
#define DEBUGROUTINES_H
// dirty, but I get OS header includes this way
#include "JGE.h"
#include "OutputCapturer.h"
#include <ostream>
@@ -25,6 +22,7 @@ std::string ToHex(T* pointer)
#ifdef LINUX
#define OutputDebugString(val) (std::cerr << val);
#define OutputDebugStringA(val) (std::cerr << val);
#endif
#ifdef _DEBUG