Switched to header only spdlog for better portability

This commit is contained in:
Bartek Kryza
2022-06-08 23:44:20 +02:00
parent 45d31fba2c
commit 90da2e5238
99 changed files with 23238 additions and 47 deletions

View File

@@ -0,0 +1,11 @@
#pragma once
#ifndef NOMINMAX
# define NOMINMAX // prevent windows redefining min/max
#endif
#ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>