mirror of
https://github.com/IRBorisov/ConceptCore.git
synced 2025-06-26 01:00:36 +03:00
11 lines
125 B
C
11 lines
125 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
#undef min
|
|
#undef max
|
|
#undef IN
|
|
|
|
#include <format>
|
|
#include <exception>
|
|
#include <memory> |