mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-22 00:03:48 +00:00
c39e306784
* Unify PCH usage * Add back CIBuild property * Add back CIBuild property
6 lines
186 B
C++
6 lines
186 B
C++
// pch.cpp: source file corresponding to the pre-compiled header
|
|
|
|
#include "pch.h"
|
|
|
|
// When you are using pre-compiled headers, this source file is necessary for compilation to succeed.
|