Skip to content
Snippets Groups Projects
Verified Commit 463eaaab authored by Tobias Frisch's avatar Tobias Frisch
Browse files

[#60] Next try to fix the logger

parent 0b50e7e7
No related branches found
No related tags found
1 merge request!65Resolve "Kamera - Steuerung mittels Controller"
Pipeline #26024 passed
#pragma once
#include <iostream>
#include <stdio.h>
namespace vkcv {
......@@ -37,10 +37,6 @@ namespace vkcv {
#define VKCV_DEBUG_MESSAGE_LEN 1024
#endif
#ifdef MINGW_HAS_SECURE_API
#undef MINGW_HAS_SECURE_API
#endif
#ifdef _MSC_VER
#define __PRETTY_FUNCTION__ __FUNCSIG__
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment