On Mon, Oct 18, 2010 at 8:58 PM, Mike Kaplinskiy
wrote:
> On Sun, Oct 17, 2010 at 5:51 PM, Erich Hoover wrote:
>> ...
>> That's why in the original version I had those parameters split out;
>> however, I realized that since the length parameter gets modified by
>> WSARecvMsg that it is impossible
On 7/10/09 6:26 AM, joerg-cyril.hoe...@t-systems.com wrote:
Hi,
I'd like to know whether a MacOSX user can expect full screen modes to work, as
I've heard only rumors and too little facts. My experience is this:
Joerg:
I have news to announce on this very old thread, but with XQuartz 2.5.3,
On Wed, Oct 20, 2010 at 2:31 PM, Joris Huizer wrote:
>
> --- On Tue, 10/19/10, Austin English wrote:
>
>> While these emails are very helpful, can you please do a
>> reply to the
>> original thread? It makes it easier for those of us using
>> clients with
>> threaded mode to follow.
>>
>> Thanks!
On Wed, Oct 20, 2010 at 3:57 PM, James Mckenzie
wrote:
> Yaron Shahrabani wrote:
> >
> >On Wed, Oct 20, 2010 at 6:48 AM, James McKenzie
> >wrote:
> >
> [snip]
> >So you mean you have got to get some input and there's no other way of
> >getting input from the users without typing...
> >Do you feel
Hi,
On 10/20/10 08:49, Andrew Nguyen wrote:
+ * a lead byte and move the pointer back by one for later overwrite. */
+if (get_locale()->locinfo->mb_cur_max > 1 &&
MSVCRT_isleadbyte(*(ptr - 1)))
+size++, ptr--;
You may access dst-1.
+ok(errno == EINVAL, "Expected errno to be
--- On Tue, 10/19/10, Austin English wrote:
> While these emails are very helpful, can you please do a
> reply to the
> original thread? It makes it easier for those of us using
> clients with
> threaded mode to follow.
>
> Thanks!
>
> --
> -Austin
>
I can understand that's easier, less mes
Aric Stewart writes:
> HRESULT WINAPI AMovieDllRegisterServer2(BOOL bRegister)
> {
> HRESULT hr;
> int i;
> IFilterMapper2 *pIFM2 = NULL;
> +HMODULE psapi;
> +fnGetModuleFileNameExW pFunc;
> +WCHAR szFileName[MAX_PATH];
> +
> +psapi = LoadLibraryA("psapi.dll");
>
André Hentschel writes:
> @@ -10,7 +10,7 @@ C_SRCS = \
> typelib.c \
> usrmarshal.c \
> varformat.c \
> - vartest.c \
> + variant.c \
> vartype.c
Renaming tests should be avoided, it makes it hard to follow the history
on test.winehq.org.
--
Alexandre Julliard
j
Yaron Shahrabani wrote:
>
>On Wed, Oct 20, 2010 at 6:48 AM, James McKenzie
>wrote:
>
[snip]
>So you mean you have got to get some input and there's no other way of
>getting input from the users without typing...
>Do you feel like you get enough feedback or that automating parts of the
>reporting s
Adam Martinson writes:
> +#define _create(cls) cls, #cls
> +
> +#define _obj(cls, ...) &_create(cls ## __VA_ARGS__)
You can't do that, varargs macros are not portable.
--
Alexandre Julliard
julli...@winehq.org
On Wed, Oct 20, 2010 at 6:48 AM, James McKenzie
wrote:
> On 10/19/10 10:20 AM, Yaron Shahrabani wrote:
>
> On Tue, Oct 19, 2010 at 5:16 PM, Rosanne DiMesio
> wrote:
>
>> On Tue, 19 Oct 2010 12:12:33 +0200
>> Yaron Shahrabani wrote:
>>
>> > I see but I had another idea in mind...
>> > I was th
11 matches
Mail list logo