r5sdk/r5dev/thirdparty/spdlog/details/windows_include.h

12 lines
187 B
C
Raw Normal View History

2021-07-08 07:07:27 -07:00
#pragma once
#ifndef NOMINMAX
# define NOMINMAX // prevent windows redefining min/max
2021-07-08 07:07:27 -07:00
#endif
#ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
2021-07-08 07:07:27 -07:00
#endif
#include <windows.h>