aboutsummaryrefslogtreecommitdiff
path: root/primedev/thirdparty/spdlog/details/windows_include.h
blob: 6a2f14f9c76a9b32b657bf43f8820afacb47d85a (plain)
1
2
3
4
5
6
7
8
9
10
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>