Re: [xml] [patch] make libxml2 slightly more thread-friendly
- From: Rob Richards <rrichards ctindustries net>
- To: Ted Phelps <phelps mantara com>
- Cc: xml gnome org
- Subject: Re: [xml] [patch] make libxml2 slightly more thread-friendly
- Date: Fri, 16 Feb 2007 08:41:15 -0500
Ted Phelps wrote:
It should work fine so long as sizeof(LONG) == sizeof(void *), which I
think will be the case for any version of Visual Studio which doesn't
provide InterlockedCompareExchangePointer. Your cast is wrong
-- you should be casting to a (LONG *) rather than a (void **) -- but
otherwise I think it's fine.
That really depends upon the SDK used. For VC6 all I have available is
the included SDK which casts to PVOID *, so I used void **.
Rob
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]