diff options
author | Charles E. Rolke <chug@apache.org> | 2011-09-16 13:51:44 +0000 |
---|---|---|
committer | Charles E. Rolke <chug@apache.org> | 2011-09-16 13:51:44 +0000 |
commit | 75d75d0db3eccbca7912f0f694b9cbd4d67026bf (patch) | |
tree | 0c53edd5aaf01f98a31a38707935c9950dda64c9 /cpp/src/windows | |
parent | faf6b5dc915c07a37c2fdaef2a758eb4656cec04 (diff) | |
download | qpid-python-75d75d0db3eccbca7912f0f694b9cbd4d67026bf.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/qpid@1171561 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/windows')
-rw-r--r-- | cpp/src/windows/resources/template-resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/windows/resources/template-resource.rc b/cpp/src/windows/resources/template-resource.rc index 725d1c9391..8ca0a90890 100644 --- a/cpp/src/windows/resources/template-resource.rc +++ b/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
|