Am 14.12.2010 22:52, schrieb Greg Geldorp:
>> From: Paul Vriens
>>> I'm making some changes to the TestBot infrastructure. This "The specified
>>> guest user must be logged in interactively to perform this operation" error
>>> did occur before, but it seems it's more prevalent after I upgraded the
Hi,
I'm thankful for any kind of information regarding thread-safety and
re-entrancy involving WINMM. I found little on the net.
Basically, I'm wondering what kind of guarantees must code in winmm
(which includes the MCI) provide w.r.t. multiple application threads
using the winmm API.
Use case
André Hentschel writes:
> This is more correct and prevents a crash on sparc (at least what
> Austin and me acutally reached)
It's not more correct, it's just moving the problem around...
--
Alexandre Julliard
julli...@winehq.org
Detlef Riekenberg writes:
> +while (!errorlevel) {
> +count = 0;
> +while (!count){
> +/* FIXME: Add support for option /T */
> +WCMD_ReadFile(GetStdHandle(STD_INPUT_HANDLE), answer, 1, &count,
> NULL);
> +if (!count) {
> +W
Albert Pool wrote:
One patch per message, please. Please see the Submitting Patches page on the
Wiki.
>
>---
> programs/notepad/Nl.rc |5 +++--
> programs/winecfg/Nl.rc | 15 ---
> 2 files changed, 11 insertions(+), 9 deletions(-)
>
>diff --git a/programs/notepad/Nl.rc b/program