From 9a9907b557a9e74cb0f7f1afd1ce1396eee59503 Mon Sep 17 00:00:00 2001 From: Alexey Melnikov Date: Thu, 18 Oct 2012 11:43:48 +0100 Subject: [PATCH] Changed afxres.h to windows.h to make resource files compile with Visual Studio 2010 --- lib/NTMakefile | 2 +- plugins/NTMakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/NTMakefile b/lib/NTMakefile index 61412ba3..817f9a4b 100755 --- a/lib/NTMakefile +++ b/lib/NTMakefile @@ -76,7 +76,7 @@ CLEAN : $(libsasl_res): NTMakefile rc /fo"$(libsasl_res)" << -#include "afxres.h" +#include "windows.h" VS_VERSION_INFO VERSIONINFO FILEVERSION $(SASL_VERSION_MAJOR),$(SASL_VERSION_MINOR),$(SASL_VERSION_STEP),0 diff --git a/plugins/NTMakefile b/plugins/NTMakefile index ef249def..32dc58eb 100755 --- a/plugins/NTMakefile +++ b/plugins/NTMakefile @@ -288,7 +288,7 @@ CLEAN : $(generated_rc): copy <