Hi,
This commit: 05c7174909e975fc7d0ebf9a59bb07160c09d66d introduces a new helper script but uses InterlockedExchangeAdd that is not available on win95.
This means that none of the tests run on win95 anymore.
Paul Vriens wrote:
Hi,
This commit: 05c7174909e975fc7d0ebf9a59bb07160c09d66d introduces a new helper script but uses InterlockedExchangeAdd that is not available on win95.
This means that none of the tests run on win95 anymore.
Hi,
Another side effect of that change is that the kernel32/toolhelp tests shows a high number of failures for win98 (139):
http://test.winehq.org/data/200802091000/98_W98SE/kernel32:toolhelp.txt
compared to before (12):
http://test.winehq.org/data/200802062039/98_W98SE/kernel32:toolhelp.txt
On Feb 9, 2008 9:24 AM, Paul Vriens paul.vriens.wine@gmail.com wrote:
Hi,
This commit: 05c7174909e975fc7d0ebf9a59bb07160c09d66d introduces a new helper script but uses InterlockedExchangeAdd that is not available on win95.
This means that none of the tests run on win95 anymore.
Can we just implement our own version inline?