Rename StdAfx.h to PCH.h

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2020-02-06 15:34:11 +01:00
parent 973890b11b
commit a9cac71568
16 changed files with 19 additions and 19 deletions

View File

@ -11,7 +11,7 @@
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\src\StdAfx.cpp">
<ClCompile Include="..\src\PCH.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\src\Base64.cpp">
@ -49,7 +49,7 @@
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\src\StdAfx.h">
<ClInclude Include="..\src\PCH.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\include\WinStd\Win.h">

View File

@ -11,7 +11,7 @@
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\src\StdAfx.cpp">
<ClCompile Include="..\src\PCH.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\src\Base64.cpp">
@ -49,7 +49,7 @@
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\src\StdAfx.h">
<ClInclude Include="..\src\PCH.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\include\WinStd\Win.h">

View File

@ -9,7 +9,7 @@
<ItemDefinitionGroup>
<ClCompile>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeaderFile>StdAfx.h</PrecompiledHeaderFile>
<PrecompiledHeaderFile>PCH.h</PrecompiledHeaderFile>
</ClCompile>
<Lib>
<LinkTimeCodeGeneration>false</LinkTimeCodeGeneration>
@ -28,7 +28,7 @@
<ClCompile Include="..\src\ETW.cpp" />
<ClCompile Include="..\src\Sec.cpp" />
<ClCompile Include="..\src\SetupAPI.cpp" />
<ClCompile Include="..\src\StdAfx.cpp">
<ClCompile Include="..\src\PCH.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="..\src\Win.cpp" />
@ -53,6 +53,6 @@
<ClInclude Include="..\include\WinStd\WinSock2.h" />
<ClInclude Include="..\include\WinStd\WinTrust.h" />
<ClInclude Include="..\include\WinStd\WLAN.h" />
<ClInclude Include="..\src\StdAfx.h" />
<ClInclude Include="..\src\PCH.h" />
</ItemGroup>
</Project>

View File

@ -18,7 +18,7 @@
along with Setup. If not, see <http://www.gnu.org/licenses/>.
*/
#include "StdAfx.h"
#include "PCH.h"
//////////////////////////////////////////////////////////////////////

View File

@ -18,7 +18,7 @@
along with Setup. If not, see <http://www.gnu.org/licenses/>.
*/
#include "StdAfx.h"
#include "PCH.h"
//////////////////////////////////////////////////////////////////////

View File

@ -18,7 +18,7 @@
along with Setup. If not, see <http://www.gnu.org/licenses/>.
*/
#include "StdAfx.h"
#include "PCH.h"
#pragma comment(lib, "Crypt32.lib")

View File

@ -18,7 +18,7 @@
along with Setup. If not, see <http://www.gnu.org/licenses/>.
*/
#include "StdAfx.h"
#include "PCH.h"
#pragma comment(lib, "Eappcfg.lib")

View File

@ -18,7 +18,7 @@
along with Setup. If not, see <http://www.gnu.org/licenses/>.
*/
#include "StdAfx.h"
#include "PCH.h"
#if _WIN32_WINNT >= _WIN32_WINNT_VISTA

View File

@ -18,4 +18,4 @@
along with Setup. If not, see <http://www.gnu.org/licenses/>.
*/
#include "StdAfx.h"
#include "PCH.h"

View File

@ -18,7 +18,7 @@
along with Setup. If not, see <http://www.gnu.org/licenses/>.
*/
#include "StdAfx.h"
#include "PCH.h"
#if defined(SECURITY_WIN32) || defined(SECURITY_KERNEL) || defined(SECURITY_MAC)

View File

@ -18,7 +18,7 @@
along with Setup. If not, see <http://www.gnu.org/licenses/>.
*/
#include "StdAfx.h"
#include "PCH.h"
#pragma comment(lib, "Setupapi.lib")

View File

@ -18,7 +18,7 @@
along with Setup. If not, see <http://www.gnu.org/licenses/>.
*/
#include "StdAfx.h"
#include "PCH.h"
//////////////////////////////////////////////////////////////////////

View File

@ -18,7 +18,7 @@
along with Setup. If not, see <http://www.gnu.org/licenses/>.
*/
#include "StdAfx.h"
#include "PCH.h"
//////////////////////////////////////////////////////////////////////

View File

@ -18,7 +18,7 @@
along with Setup. If not, see <http://www.gnu.org/licenses/>.
*/
#include "StdAfx.h"
#include "PCH.h"
#if (NTDDI_VERSION >= NTDDI_WINXPSP2) || (_WIN32_WINNT >= 0x0502)

View File

@ -18,7 +18,7 @@
along with Setup. If not, see <http://www.gnu.org/licenses/>.
*/
#include "StdAfx.h"
#include "PCH.h"
#pragma comment(lib, "Wintrust.lib")