summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2011-09-16 13:51:44 +0000
committerCharles E. Rolke <chug@apache.org>2011-09-16 13:51:44 +0000
commit0f4893206428cea8b6b9af46ed2fdacc7b7d834f (patch)
treedcffb51f10570a199c707a3a248a8c77be2698fa /qpid/cpp
parenta21daad2c9436cd9e17a2da5eb69a9069f60ff00 (diff)
downloadqpid-python-0f4893206428cea8b6b9af46ed2fdacc7b7d834f.tar.gz
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
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/src/windows/resources/template-resource.rc2
1 files changed, 1 insertions, 1 deletions
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