From c98e3b1ac86b8ee7c1fc804fba1154a21cc72170 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 6 Feb 2020 15:31:55 +0100 Subject: [PATCH] Rename stdafx.h to pch.h Signed-off-by: Simon Rozman --- build/wxExtend.props | 4 ++-- build/wxExtendDll-10.0.vcxproj.filters | 4 ++-- build/wxExtendDll-15.0.vcxproj.filters | 4 ++-- build/wxExtendDll-16.0.vcxproj.filters | 4 ++-- build/wxExtendLib-10.0.vcxproj.filters | 4 ++-- build/wxExtendLib-15.0.vcxproj.filters | 4 ++-- build/wxExtendLib-16.0.vcxproj.filters | 4 ++-- src/appbar.cpp | 2 +- src/comutils.cpp | 2 +- src/crypto.cpp | 2 +- src/framemanager.cpp | 2 +- src/hex.cpp | 2 +- src/{stdafx.cpp => pch.cpp} | 2 +- src/{stdafx.h => pch.h} | 0 src/tlwgeom.cpp | 2 +- src/url.cpp | 2 +- src/valhex.cpp | 2 +- src/valnet.cpp | 2 +- src/xml.cpp | 2 +- 19 files changed, 25 insertions(+), 25 deletions(-) rename src/{stdafx.cpp => pch.cpp} (94%) rename src/{stdafx.h => pch.h} (100%) diff --git a/build/wxExtend.props b/build/wxExtend.props index fafec11..f4b9e0b 100644 --- a/build/wxExtend.props +++ b/build/wxExtend.props @@ -23,7 +23,7 @@ - + Create @@ -47,7 +47,7 @@ - + diff --git a/build/wxExtendDll-10.0.vcxproj.filters b/build/wxExtendDll-10.0.vcxproj.filters index 6e3ae44..32f945e 100644 --- a/build/wxExtendDll-10.0.vcxproj.filters +++ b/build/wxExtendDll-10.0.vcxproj.filters @@ -28,7 +28,7 @@ - + Source Files @@ -63,7 +63,7 @@ - + Header Files diff --git a/build/wxExtendDll-15.0.vcxproj.filters b/build/wxExtendDll-15.0.vcxproj.filters index e0446d3..f6a7605 100644 --- a/build/wxExtendDll-15.0.vcxproj.filters +++ b/build/wxExtendDll-15.0.vcxproj.filters @@ -28,7 +28,7 @@ - + Source Files @@ -63,7 +63,7 @@ - + Header Files diff --git a/build/wxExtendDll-16.0.vcxproj.filters b/build/wxExtendDll-16.0.vcxproj.filters index acb5857..233563e 100644 --- a/build/wxExtendDll-16.0.vcxproj.filters +++ b/build/wxExtendDll-16.0.vcxproj.filters @@ -28,7 +28,7 @@ - + Source Files @@ -63,7 +63,7 @@ - + Header Files diff --git a/build/wxExtendLib-10.0.vcxproj.filters b/build/wxExtendLib-10.0.vcxproj.filters index f40d389..207e472 100644 --- a/build/wxExtendLib-10.0.vcxproj.filters +++ b/build/wxExtendLib-10.0.vcxproj.filters @@ -28,7 +28,7 @@ - + Source Files @@ -63,7 +63,7 @@ - + Header Files diff --git a/build/wxExtendLib-15.0.vcxproj.filters b/build/wxExtendLib-15.0.vcxproj.filters index 1f7cfa4..6ae99f0 100644 --- a/build/wxExtendLib-15.0.vcxproj.filters +++ b/build/wxExtendLib-15.0.vcxproj.filters @@ -28,7 +28,7 @@ - + Source Files @@ -63,7 +63,7 @@ - + Header Files diff --git a/build/wxExtendLib-16.0.vcxproj.filters b/build/wxExtendLib-16.0.vcxproj.filters index 1f7cfa4..6ae99f0 100644 --- a/build/wxExtendLib-16.0.vcxproj.filters +++ b/build/wxExtendLib-16.0.vcxproj.filters @@ -28,7 +28,7 @@ - + Source Files @@ -63,7 +63,7 @@ - + Header Files diff --git a/src/appbar.cpp b/src/appbar.cpp index 452b982..9b6e449 100644 --- a/src/appbar.cpp +++ b/src/appbar.cpp @@ -19,7 +19,7 @@ along with wxExtend. If not, see . */ -#include "stdafx.h" +#include "pch.h" ////////////////////////////////////////////////////////////////////////// diff --git a/src/comutils.cpp b/src/comutils.cpp index c66651e..4a961a8 100644 --- a/src/comutils.cpp +++ b/src/comutils.cpp @@ -18,7 +18,7 @@ along with wxExtend. If not, see . */ -#include "stdafx.h" +#include "pch.h" ////////////////////////////////////////////////////////////////////////// diff --git a/src/crypto.cpp b/src/crypto.cpp index 4e15bf7..321de9d 100644 --- a/src/crypto.cpp +++ b/src/crypto.cpp @@ -18,7 +18,7 @@ along with wxExtend. If not, see . */ -#include "stdafx.h" +#include "pch.h" #pragma comment(lib, "Crypt32.lib") diff --git a/src/framemanager.cpp b/src/framemanager.cpp index 562abac..3c6dfe0 100644 --- a/src/framemanager.cpp +++ b/src/framemanager.cpp @@ -18,7 +18,7 @@ along with wxExtend. If not, see . */ -#include "stdafx.h" +#include "pch.h" bool WXEXTEND_API wxAuiManagerUpdatePerspectiveCaptions(wxAuiManager& mgr, wxString& perspective) diff --git a/src/hex.cpp b/src/hex.cpp index 986ae2f..c560f39 100644 --- a/src/hex.cpp +++ b/src/hex.cpp @@ -18,7 +18,7 @@ along with wxExtend. If not, see . */ -#include "stdafx.h" +#include "pch.h" size_t WXEXTEND_API wxHexEncode(char *dst, size_t dstLen, const void *src_, size_t srcLen) diff --git a/src/stdafx.cpp b/src/pch.cpp similarity index 94% rename from src/stdafx.cpp rename to src/pch.cpp index 01b563d..78543c3 100644 --- a/src/stdafx.cpp +++ b/src/pch.cpp @@ -18,4 +18,4 @@ along with wxExtend. If not, see . */ -#include "stdafx.h" +#include "pch.h" diff --git a/src/stdafx.h b/src/pch.h similarity index 100% rename from src/stdafx.h rename to src/pch.h diff --git a/src/tlwgeom.cpp b/src/tlwgeom.cpp index 58a4a58..1842cee 100644 --- a/src/tlwgeom.cpp +++ b/src/tlwgeom.cpp @@ -19,7 +19,7 @@ along with wxExtend. If not, see . */ -#include "stdafx.h" +#include "pch.h" #if wxUSE_DYNLIB_CLASS diff --git a/src/url.cpp b/src/url.cpp index d18f7cf..ddf3a8f 100644 --- a/src/url.cpp +++ b/src/url.cpp @@ -18,7 +18,7 @@ along with wxExtend. If not, see . */ -#include "stdafx.h" +#include "pch.h" size_t WXEXTEND_API wxURLEncode(char *dst, size_t dstLen, const char *src, size_t srcLen) diff --git a/src/valhex.cpp b/src/valhex.cpp index a46cb81..40171f6 100644 --- a/src/valhex.cpp +++ b/src/valhex.cpp @@ -18,7 +18,7 @@ along with wxExtend. If not, see . */ -#include "stdafx.h" +#include "pch.h" ////////////////////////////////////////////////////////////////////////// diff --git a/src/valnet.cpp b/src/valnet.cpp index 8601589..3be5496 100644 --- a/src/valnet.cpp +++ b/src/valnet.cpp @@ -18,7 +18,7 @@ along with wxExtend. If not, see . */ -#include "stdafx.h" +#include "pch.h" ////////////////////////////////////////////////////////////////////// diff --git a/src/xml.cpp b/src/xml.cpp index cbcb2e0..8d0c539 100644 --- a/src/xml.cpp +++ b/src/xml.cpp @@ -18,7 +18,7 @@ along with wxExtend. If not, see . */ -#include "stdafx.h" +#include "pch.h" _Use_decl_annotations_