[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: [PATCH] fix compile error with Visual Studio 2008 express edition

From: Bert Huijben <b.huijben_at_competence.biz>
Date: Thu, 25 Sep 2008 14:47:49 +0200

> -----Original Message-----
> From: masaru tsuchiyama [mailto:m.tmatma_at_gmail.com]
> Sent: donderdag 25 september 2008 14:13
> To: dev_at_subversion.tigris.org
> Subject: [PATCH] fix compile error with Visual Studio 2008 express
> edition
>
> Hi
>
> The attached patch fixes compile error by Visual Studio 2008 express
> edition.
>
> [[[
> Fix compile error by Visual Studio 2008 Express Edition.
> winres.h is not available in it.
>
> * build/win32/svn.rc
> (): Include winresrc.h instead of winres.h
>
> ]]]

        Hi,

I can confirm this and will commit the patch to trunk when I get home (and nobody applies it before I do)

winres.h is a wrapper header from the MFC and/or ATL framework included with the more expensive Visual C++ versions. This wrapper includes winresrc.h for the real work.

Thanks for supplying the patch,

        Bert

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-09-25 14:48:05 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.