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$



_______________________________________________ xml mailing list, project page http://xmlsoft.org/ xml@gnome.org http://mail.gnome.org/mailman/listinfo/xml

Reply via email to