bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: msvc-inval: more options


From: Paolo Bonzini
Subject: Re: msvc-inval: more options
Date: Mon, 26 Sep 2011 10:44:32 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20110906 Thunderbird/6.0.2

On 09/26/2011 10:37 AM, Bastien ROUCARIES wrote:
python seehttp://svn.python.org/projects/python/trunk/Modules/posixmodule.c
seems to have solved a lot the maintenabilty stuff by determining the
actual size of the structure is determined at runtime.

Still hackish, though slightly better. What version of the CRT does MinGW use? Can we assume VS 2005 or newer?

Another option will be to include %SDK%\src\crt\internal.h and use
wrapper function. internal.h is needed for compiling openssl.

I wouldn't be surprised if some SDK installation do not have it at all (e.g. if you install the C compiler from the DDK---which can also compile usermode applications) so I would rather not go that way. Also, this would definitely not be usable from mingw.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]