On Sep 16, 2013, at 1:21 PM, Ken Thomases wrote:
> On Sep 16, 2013, at 12:55 PM, Alexandre Julliard wrote:
>
>> It's better to avoid adding entry points that don't correspond to
>> Windows APIs. Instead you should request the info when you need it.
>
> Cocoa makes use of the size limits "spontan
Ken Thomases writes:
> ---
> dlls/user32/driver.c | 12
> dlls/user32/user_private.h |1 +
> dlls/user32/winpos.c |2 ++
> 3 files changed, 15 insertions(+), 0 deletions(-)
It's better to avoid adding entry points that don't correspond to
Windows APIs. Instead you
On Sep 16, 2013, at 12:55 PM, Alexandre Julliard wrote:
> Ken Thomases writes:
>
>> ---
>> dlls/user32/driver.c | 12
>> dlls/user32/user_private.h |1 +
>> dlls/user32/winpos.c |2 ++
>> 3 files changed, 15 insertions(+), 0 deletions(-)
>
> It's better to avoid