Module: wine Branch: refs/heads/master Commit: 2c2299685fc5e8300ae307e4e15a0b297a42bd4d URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=2c2299685fc5e8300ae307e4...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Aug 2 21:59:00 2006 +0200
user: Implementation of Get/SetWindowLongPtr for 64-bit platforms.
Also use the same code for Get/SetWindowWord. Based on a patch by Ge van Geldorp.
---
dlls/user/message.c | 2 dlls/user/win.c | 286 +++++++++++++++++----------------------- include/win.h | 1 include/wine/server_protocol.h | 6 - server/protocol.def | 4 - server/trace.c | 4 - 6 files changed, 132 insertions(+), 171 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=2c2299685fc5e8300ae3...