/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.2.3
src/Files.App.OpenDialog/pch.h
20 строк
754 B
0x5BFA
Code Quality: Renamed Files.OpenDialog (#12845)
09 июл 2023, 17:08
Не верифицирован
09 июл 2023, 17:08
a8942f0
Код
Авторство
О чём код?
// Copyright (c) 2023 Files Community // Licensed under the MIT License. See the 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