spdlog
Loading...
Searching...
No Matches
windows_include.h
Go to the documentation of this file.
1#pragma once
2
3#ifndef NOMINMAX
4# define NOMINMAX // prevent windows redefining min/max
5#endif
6
7#ifndef WIN32_LEAN_AND_MEAN
8# define WIN32_LEAN_AND_MEAN
9#endif
10
11#include <windows.h>