Re: [xml] windows multi-threading
- From: Rob Richards <rrichards ctindustries net>
- To: Rich Salz <rsalz datapower com>
- Cc: "xml gnome org" <xml gnome org>, "veillard redhat com" <veillard redhat com>
- Subject: Re: [xml] windows multi-threading
- Date: Thu, 24 Feb 2005 12:05:12 -0500
That one does compile. Get a warning now:
..\threads.c(702) : warning C4020: 'InterlockedIncrement' : too many
actual parameters
Shouldn't it be:
if (InterlockedIncrement(&run_once.control) == 1)
removed the second parameter and test == 1 (otherwise go into a nice
forever loop calling Sleep(0))
Rob
Rich Salz wrote:
thanks. try this patch.
/r$
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]