Files
xc-llm-ascend/csrc/vnpu_offload/include/spdlog/details/windows_include.h
starkwj e4d898b245
Some checks failed
Merge Conflict Labeler / main (push) Has been cancelled
adapt to vllm-ascend v0.18.0rc1
2026-04-21 03:05:32 +00:00

12 lines
180 B
C

#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>