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 | 3f1dbdca27ee86743dc58c304e3c6ae01cd61b9c (patch) | |
| tree | 0c53edd5aaf01f98a31a38707935c9950dda64c9 /cpp/src | |
| parent | 08171de7feb78bc1245022cf7b833c5a034cde49 (diff) | |
| download | qpid-python-3f1dbdca27ee86743dc58c304e3c6ae01cd61b9c.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')
| -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
|
