/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.8
src/Files.App.OpenDialog/pch.h
20 строк
754 B
0x5bfa
Code Quality: Update license year (#14933)
11 мар 2024, 23:55
Не верифицирован
11 мар 2024, 23:55
47108c4
Код
Авторство
О чём код?
// Copyright (c) 2024 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