[Mono-dev] Would someone care to patch coree.c...

Kornél Pál kornelpal at gmail.com
Sat Nov 29 05:02:54 EST 2008


Hi,

Fixed in SVN r120268. Thank for reporting this breaking change in Vista SDK.

Kornél

Miha Vrhovnik wrote:
> Hi *,
> 
> As I said in one of previous messages mono on windows doesn't compile using VS 2005 if you have Vista SDK installed. Would be nice to have this in mono 2.2 code...
> 
> Would someone please care to add code below to coree.c, coree.h or other proper place
> 
> #ifndef IMAGE_SIZEOF_BASE_RELOCATION
> // Vista SDKs no longer define IMAGE_SIZEOF_BASE_RELOCATION!?
> #define IMAGE_SIZEOF_BASE_RELOCATION (sizeof(IMAGE_BASE_RELOCATION))
> #endif
> 
> Best regards,
> Miha
> 


More information about the Mono-devel-list mailing list