[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: Branko ÄŒibej <brane_at_xbc.nu>
Date: Fri, 26 Sep 2008 09:14:48 +0200

Bert Huijben wrote:
>> -----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,
>

Wouldn't you at least want to verify if this happens to work with, e.g.,
VC6? I have this nagging feeling that it doesn't.

-- Brane

---------------------------------------------------------------------
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-26 09:15:18 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.