/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-9
Code/Engine/Foundation/FoundationPCH.h
11 строк
394 B
Benjamin Thaut
HeaderChecker utility, removal of windows.h from ezFoundation public includes. Differentiate between public and internal headers in ezFoundation
14 июн 2019, 18:44
14 июн 2019, 18:44
4c5f645
Код
Авторство
О чём код?
#pragma once #include <Foundation/Basics.h> #if EZ_ENABLED(EZ_PLATFORM_WINDOWS) #include <Foundation/Basics/Platform/Win/IncludeWindows.h> #endif // <StaticLinkUtil::StartHere> // all include's before this will be left alone and not replaced by the StaticLinkUtil // all include's AFTER this will be removed by the StaticLinkUtil and updated by what is actually used throughout the library