ConceptCore/coredll/pch.h

11 lines
125 B
C
Raw Permalink Normal View History

2024-04-15 22:16:14 +03:00
#pragma once
#include <windows.h>
#undef min
#undef max
#undef IN
#include <format>
#include <exception>
#include <memory>