[Win32utils-devel] 1.9.x compatibility for win32-api
James Tucker
jftucker at gmail.com
Wed Feb 18 13:04:15 EST 2009
On 18 Feb 2009, at 16:55, Luis Lavena wrote:
> On Wed, Feb 18, 2009 at 2:31 PM, Berger, Daniel <Daniel.Berger at qwest.com
> > wrote:
>>
>> It seems 1.9 doesn't allow stuff like RSTRING(ptr)->len; you must
>> instead use wrapper macros like RSTRING_LEN(ptr). I'm not really
>> sure why.
To allow restructuring of the value at the other end of ptr?
> This is the average working solution to it:
>
> http://github.com/fauna/mongrel/blob/HEAD/ext/http11/http11.c#L11-16
Less needed here, so went for simpler:
http://github.com/eventmachine/eventmachine/commit/a9cee3895048ffbd2a5e1da804b319d99ff68443
More information about the win32utils-devel
mailing list