/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.1.3
src/Files.App.OpenDialog/pch.h
20 строк
732 B
Yair
Code Quality: Updated license header
31 дек 2024, 05:03
31 дек 2024, 05:03
8436c6d
Код
Авторство
О чём код?
// Copyright (c) Files Community // Licensed under the MIT License. // Abstract: // pch.h is the precompiled header file named pch.h. // Note: // Do not Rename. // The files listed below are compiled only once, which improves performance for subsequent compilations. // This setting also affects the performance of IntelliSense, including code completion and many other code browsing features. // However, the files listed here are ALL recompiled if one of them is updated from one build to another. // Don't add frequently updated files here; otherwise the benefits offered in terms of performance will be lost. #ifndef PCH_H #define PCH_H // Add the headers to be precompiled here #include "framework.h" #endif //PCH_H