Rename StdAfx.h to PCH.h

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

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")