Saulius Krasuckas wrote:
* On Sun, 21 May 2006, Saulius Krasuckas wrote:
ret = GetTokenInformation(Token, TokenGroups, NULL, 0, &Size);
+ok(ret, "GetTokenInformation(TokenGroups) failed with error %ld\n",
GetLastError());
Groups = HeapAlloc(GetProcessHeap(), 0, Size);
Sor
* On Tue, 10 Jan 2006, James Hawkins wrote:
> This version marks the failing tests as todo_wine, and only uses
> DeleteFile instead of file_exists so that a file is removed when it's
> not suppsosed to exist.
...
> +++ b/dlls/cabinet/tests/extract.c
...
> +static INT_PTR fci_open(char *pszFil
* On Sun, 21 May 2006, Saulius Krasuckas wrote:
>
> ret = GetTokenInformation(Token, TokenGroups, NULL, 0, &Size);
> +ok(ret, "GetTokenInformation(TokenGroups) failed with error %ld\n",
> GetLastError());
> Groups = HeapAlloc(GetProcessHeap(), 0, Size);
Sorry, this fails at make te
Am Samstag, 20. Mai 2006 23:13 schrieb Hámorszky Balázs:
> it should be nice to make wine run on arm pda-s and run wince apps.
> It could be a real good thing for linux on any pda and smartphone...
> i think.
First of all, I'm not an wince expert, so this could be wrong.
If I remember correctly, t
Robert Reif wrote:
I can't test this patch but it looks wrong to free a device handle and
then close the device with the freed handle.
Index: dlls/winmm/winealsa/audio.c
==
it should be nice to make wine run on arm pda-s and run wince apps.
It could be a real good thing for linux on any pda and smartphone...
i think.
On Sunday 21 May 2006 10:52, Mike McCormack wrote:
> 32 bits of insecurity, courtesy of our friends at Microsoft and the NSA.
;-) Great work Mike. I see you left a tiny bit of obscurity in:
+ * PARAMS
+ * data[I] data to encrypt (16 bytes)
+ * key [I] key data (4 bytes)
+ * output
There is one bug in winealsa that makes longer use of it pretty
annoying:
deadlock in alsa driver: CriticalSection WINEALSA_mmap_crst
http://bugs.winehq.org/show_bug.cgi?id=4093
I tried but I didn't find the actual code that is wrong for this
bug, because it's threading related and sensitive to i