Blame view

3rdparty/spdlog-1.9.2/include/spdlog/details/windows_include.h 187 Bytes
3d2ab595   Hu Chunming   支持gb28181
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>