Re: Testbot: User not logged in Problem with WVISTAADM

2010-12-15 Thread André Hentschel
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

Thread-safety in winmm?

2010-12-15 Thread Joerg-Cyril.Hoehle
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

Re: ntdll: use off_t instead of long

2010-12-15 Thread Alexandre Julliard
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

Re: [PATCH 1/3] cmd: Add CHOICE builtin with DOS6 to XP commandline parameter

2010-12-15 Thread Alexandre Julliard
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

Re: Dutch translation for notepad and winecfg changed

2010-12-15 Thread James Mckenzie
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