From 0f4893206428cea8b6b9af46ed2fdacc7b7d834f Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Fri, 16 Sep 2011 13:51:44 +0000 Subject: QPID-2643 Visual Studio 2010: c++ express In template-rexource.h, change hard inclusion of afxres.h to windows.h. Afxres.h is absent in VS2010 Express, and qpid libraries need no AFX definitions. Reported by Darryl Pierce. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1171561 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/windows/resources/template-resource.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src/windows') diff --git a/qpid/cpp/src/windows/resources/template-resource.rc b/qpid/cpp/src/windows/resources/template-resource.rc index 725d1c9391..8ca0a90890 100644 --- a/qpid/cpp/src/windows/resources/template-resource.rc +++ b/qpid/cpp/src/windows/resources/template-resource.rc @@ -24,7 +24,7 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include "windows.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS -- cgit v1.2.1