You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2011/09/16 15:51:45 UTC

svn commit: r1171561 - /qpid/trunk/qpid/cpp/src/windows/resources/template-resource.rc

Author: chug
Date: Fri Sep 16 13:51:44 2011
New Revision: 1171561

URL: http://svn.apache.org/viewvc?rev=1171561&view=rev
Log:
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.

Modified:
    qpid/trunk/qpid/cpp/src/windows/resources/template-resource.rc

Modified: qpid/trunk/qpid/cpp/src/windows/resources/template-resource.rc
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/windows/resources/template-resource.rc?rev=1171561&r1=1171560&r2=1171561&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/windows/resources/template-resource.rc (original)
+++ qpid/trunk/qpid/cpp/src/windows/resources/template-resource.rc Fri Sep 16 13:51:44 2011
@@ -24,7 +24,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "windows.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org