ConceptCore/coredll/pch.h
2024-04-15 22:16:14 +03:00

11 lines
125 B
C

#pragma once
#include <windows.h>
#undef min
#undef max
#undef IN
#include <format>
#include <exception>
#include <memory>