riched20: Fix some Win64 compiler warnings.
commitfb9b95b7a95e93bb6a8c529313fbf182e7e833d2
authorMichael Stefaniuc <mstefani@redhat.de>
Fri, 6 Feb 2009 22:46:59 +0000 (6 23:46 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 9 Feb 2009 11:06:20 +0000 (9 12:06 +0100)
tree468c84dbde71375129b6518a7107c795e7dbac9e
parentdf271e0e8f6226e03518b0da27ee95f3d6ae1c0d
riched20: Fix some Win64 compiler warnings.

- A HWND can be safely marshaled over a LONG as its payload is not
  a pointer but a user handle.
- Use GetWindowLongPtr instead of GetWindowLong to retrieve a pointer.
dlls/riched20/txthost.c