Module: wine Branch: master Commit: 1bf3ebdfc4b7f7ec7c0506392ec3e67e245c2e62 URL: https://source.winehq.org/git/wine.git/?a=commit;h=1bf3ebdfc4b7f7ec7c0506392...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Feb 4 15:33:23 2022 +0100
msado15: Fix some LONG/LONG_PTR mismatches.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msado15/command.c | 4 ++-- dlls/msado15/connection.c | 4 +++- dlls/msado15/recordset.c | 40 +++++++++++++++++------------------ dlls/msado15/stream.c | 12 +++++------ dlls/msado15/tests/msado15.c | 47 ++++++++++++++++++++++-------------------- include/msado15_backcompat.idl | 42 +++++++++++++++++++------------------ 6 files changed, 78 insertions(+), 71 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=1bf3ebdfc4b7f7ec7c050...