Rename StdAfx.h to PCH.h
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
973890b11b
commit
a9cac71568
@ -11,7 +11,7 @@
|
|||||||
</Filter>
|
</Filter>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="..\src\StdAfx.cpp">
|
<ClCompile Include="..\src\PCH.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\src\Base64.cpp">
|
<ClCompile Include="..\src\Base64.cpp">
|
||||||
@ -49,7 +49,7 @@
|
|||||||
</ClCompile>
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\src\StdAfx.h">
|
<ClInclude Include="..\src\PCH.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
<ClInclude Include="..\include\WinStd\Win.h">
|
<ClInclude Include="..\include\WinStd\Win.h">
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
</Filter>
|
</Filter>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="..\src\StdAfx.cpp">
|
<ClCompile Include="..\src\PCH.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\src\Base64.cpp">
|
<ClCompile Include="..\src\Base64.cpp">
|
||||||
@ -49,7 +49,7 @@
|
|||||||
</ClCompile>
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\src\StdAfx.h">
|
<ClInclude Include="..\src\PCH.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
<ClInclude Include="..\include\WinStd\Win.h">
|
<ClInclude Include="..\include\WinStd\Win.h">
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<ItemDefinitionGroup>
|
<ItemDefinitionGroup>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||||
<PrecompiledHeaderFile>StdAfx.h</PrecompiledHeaderFile>
|
<PrecompiledHeaderFile>PCH.h</PrecompiledHeaderFile>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Lib>
|
<Lib>
|
||||||
<LinkTimeCodeGeneration>false</LinkTimeCodeGeneration>
|
<LinkTimeCodeGeneration>false</LinkTimeCodeGeneration>
|
||||||
@ -28,7 +28,7 @@
|
|||||||
<ClCompile Include="..\src\ETW.cpp" />
|
<ClCompile Include="..\src\ETW.cpp" />
|
||||||
<ClCompile Include="..\src\Sec.cpp" />
|
<ClCompile Include="..\src\Sec.cpp" />
|
||||||
<ClCompile Include="..\src\SetupAPI.cpp" />
|
<ClCompile Include="..\src\SetupAPI.cpp" />
|
||||||
<ClCompile Include="..\src\StdAfx.cpp">
|
<ClCompile Include="..\src\PCH.cpp">
|
||||||
<PrecompiledHeader>Create</PrecompiledHeader>
|
<PrecompiledHeader>Create</PrecompiledHeader>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\src\Win.cpp" />
|
<ClCompile Include="..\src\Win.cpp" />
|
||||||
@ -53,6 +53,6 @@
|
|||||||
<ClInclude Include="..\include\WinStd\WinSock2.h" />
|
<ClInclude Include="..\include\WinStd\WinSock2.h" />
|
||||||
<ClInclude Include="..\include\WinStd\WinTrust.h" />
|
<ClInclude Include="..\include\WinStd\WinTrust.h" />
|
||||||
<ClInclude Include="..\include\WinStd\WLAN.h" />
|
<ClInclude Include="..\include\WinStd\WLAN.h" />
|
||||||
<ClInclude Include="..\src\StdAfx.h" />
|
<ClInclude Include="..\src\PCH.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
@ -18,7 +18,7 @@
|
|||||||
along with Setup. If not, see <http://www.gnu.org/licenses/>.
|
along with Setup. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "StdAfx.h"
|
#include "PCH.h"
|
||||||
|
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
along with Setup. If not, see <http://www.gnu.org/licenses/>.
|
along with Setup. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "StdAfx.h"
|
#include "PCH.h"
|
||||||
|
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
along with Setup. If not, see <http://www.gnu.org/licenses/>.
|
along with Setup. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "StdAfx.h"
|
#include "PCH.h"
|
||||||
|
|
||||||
#pragma comment(lib, "Crypt32.lib")
|
#pragma comment(lib, "Crypt32.lib")
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
along with Setup. If not, see <http://www.gnu.org/licenses/>.
|
along with Setup. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "StdAfx.h"
|
#include "PCH.h"
|
||||||
|
|
||||||
#pragma comment(lib, "Eappcfg.lib")
|
#pragma comment(lib, "Eappcfg.lib")
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
along with Setup. If not, see <http://www.gnu.org/licenses/>.
|
along with Setup. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "StdAfx.h"
|
#include "PCH.h"
|
||||||
|
|
||||||
#if _WIN32_WINNT >= _WIN32_WINNT_VISTA
|
#if _WIN32_WINNT >= _WIN32_WINNT_VISTA
|
||||||
|
|
||||||
|
@ -18,4 +18,4 @@
|
|||||||
along with Setup. If not, see <http://www.gnu.org/licenses/>.
|
along with Setup. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "StdAfx.h"
|
#include "PCH.h"
|
@ -18,7 +18,7 @@
|
|||||||
along with Setup. If not, see <http://www.gnu.org/licenses/>.
|
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)
|
#if defined(SECURITY_WIN32) || defined(SECURITY_KERNEL) || defined(SECURITY_MAC)
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
along with Setup. If not, see <http://www.gnu.org/licenses/>.
|
along with Setup. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "StdAfx.h"
|
#include "PCH.h"
|
||||||
|
|
||||||
#pragma comment(lib, "Setupapi.lib")
|
#pragma comment(lib, "Setupapi.lib")
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
along with Setup. If not, see <http://www.gnu.org/licenses/>.
|
along with Setup. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "StdAfx.h"
|
#include "PCH.h"
|
||||||
|
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
along with Setup. If not, see <http://www.gnu.org/licenses/>.
|
along with Setup. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "StdAfx.h"
|
#include "PCH.h"
|
||||||
|
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
along with Setup. If not, see <http://www.gnu.org/licenses/>.
|
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)
|
#if (NTDDI_VERSION >= NTDDI_WINXPSP2) || (_WIN32_WINNT >= 0x0502)
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
along with Setup. If not, see <http://www.gnu.org/licenses/>.
|
along with Setup. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "StdAfx.h"
|
#include "PCH.h"
|
||||||
|
|
||||||
#pragma comment(lib, "Wintrust.lib")
|
#pragma comment(lib, "Wintrust.lib")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user