Dmitry Timoshkov : wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility.

Alexandre Julliard julliard at wine.codeweavers.com
Fri May 25 14:43:48 CDT 2007


Module: wine
Branch: master
Commit: 3c9e7a7f33a6b85790e2f84f29e618f3ce610811
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3c9e7a7f33a6b85790e2f84f29e618f3ce610811

Author: Dmitry Timoshkov <dmitry at codeweavers.com>
Date:   Thu May 24 23:41:17 2007 +0900

wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility.

---

 dlls/cabinet/fdi.c               |    6 ++--
 dlls/comctl32/animate.c          |    6 ++--
 dlls/comctl32/comboex.c          |    8 ++--
 dlls/comctl32/commctrl.c         |   16 +++++-----
 dlls/comctl32/datetime.c         |    6 ++--
 dlls/comctl32/flatsb.c           |    6 ++--
 dlls/comctl32/header.c           |    4 +-
 dlls/comctl32/hotkey.c           |    4 +-
 dlls/comctl32/ipaddress.c        |    6 ++--
 dlls/comctl32/listview.c         |    8 ++--
 dlls/comctl32/monthcal.c         |   16 +++++-----
 dlls/comctl32/nativefont.c       |    4 +-
 dlls/comctl32/pager.c            |    2 +-
 dlls/comctl32/progress.c         |    4 +-
 dlls/comctl32/propsheet.c        |    2 +-
 dlls/comctl32/rebar.c            |   14 ++++----
 dlls/comctl32/status.c           |    4 +-
 dlls/comctl32/syslink.c          |    4 +-
 dlls/comctl32/tab.c              |    6 ++--
 dlls/comctl32/tests/datetime.c   |    2 +-
 dlls/comctl32/tests/header.c     |    4 +-
 dlls/comctl32/tests/listview.c   |    6 ++--
 dlls/comctl32/tests/monthcal.c   |    4 +-
 dlls/comctl32/tests/mru.c        |   10 +++---
 dlls/comctl32/tests/msg.c        |    4 +-
 dlls/comctl32/tests/subclass.c   |    2 +-
 dlls/comctl32/tests/tab.c        |    4 +-
 dlls/comctl32/tests/updown.c     |    6 ++--
 dlls/comctl32/theming.c          |    2 +-
 dlls/comctl32/toolbar.c          |   52 ++++++++++++++++----------------
 dlls/comctl32/tooltips.c         |   22 +++++++-------
 dlls/comctl32/trackbar.c         |    4 +-
 dlls/comctl32/treeview.c         |   20 ++++++------
 dlls/comctl32/updown.c           |    8 ++--
 dlls/comdlg32/colordlg.c         |    2 +-
 dlls/comdlg32/colordlg16.c       |    2 +-
 dlls/comdlg32/filedlg.c          |   12 ++++----
 dlls/comdlg32/filedlgbrowser.c   |    2 +-
 dlls/comdlg32/printdlg.c         |    4 +-
 dlls/dinput/keyboard.c           |    2 +-
 dlls/dinput/mouse.c              |    2 +-
 dlls/gdi32/opengl.c              |    2 +-
 dlls/gdi32/palette.c             |    2 +-
 dlls/imm32/imm.c                 |    4 +-
 dlls/kernel32/tests/environ.c    |    4 +-
 dlls/mciavi32/wnd.c              |    2 +-
 dlls/msacm32/format.c            |    4 +-
 dlls/mshtml/olewnd.c             |    2 +-
 dlls/mshtml/task.c               |    2 +-
 dlls/msi/dialog.c                |   16 +++++-----
 dlls/msvfw32/mciwnd.c            |    6 ++--
 dlls/mswsock/mswsock.c           |    2 +-
 dlls/ole32/compobj.c             |    4 +-
 dlls/ole32/ole2.c                |   12 ++++----
 dlls/oleacc/main.c               |    2 +-
 dlls/oledlg/pastespl.c           |    2 +-
 dlls/riched20/editor.c           |    8 ++--
 dlls/rpcrt4/cproxy.c             |    2 +-
 dlls/rpcrt4/tests/ndr_marshall.c |    8 ++--
 dlls/schannel/tests/main.c       |    4 +-
 dlls/setupapi/queue.c            |   12 ++++----
 dlls/setupapi/virtcopy.c         |    4 +-
 dlls/shdocvw/shdocvw_main.c      |    2 +-
 dlls/shell32/brsfolder.c         |    2 +-
 dlls/shell32/shell.c             |    4 +-
 dlls/shell32/shelllink.c         |    2 +-
 dlls/shell32/shellord.c          |    2 +-
 dlls/shell32/shlexec.c           |    6 ++--
 dlls/shell32/shlmenu.c           |    2 +-
 dlls/shell32/shlview.c           |    4 +-
 dlls/shell32/shv_bg_cmenu.c      |    4 +-
 dlls/shell32/shv_item_cmenu.c    |    4 +-
 dlls/shlwapi/msgbox.c            |    4 +-
 dlls/shlwapi/ordinal.c           |    2 +-
 dlls/user32/combo.c              |    4 +-
 dlls/user32/dde_client.c         |    4 +-
 dlls/user32/dde_misc.c           |    4 +-
 dlls/user32/dde_server.c         |    2 +-
 dlls/user32/dialog.c             |    4 +-
 dlls/user32/edit.c               |    4 +-
 dlls/user32/hook.c               |    8 ++--
 dlls/user32/input.c              |    2 +-
 dlls/user32/listbox.c            |    4 +-
 dlls/user32/mdi.c                |   10 +++---
 dlls/user32/menu.c               |   26 ++++++++--------
 dlls/user32/message.c            |   40 ++++++++++++------------
 dlls/user32/nonclient.c          |    4 +-
 dlls/user32/scroll.c             |    6 ++--
 dlls/user32/spy.c                |   16 +++++-----
 dlls/user32/static.c             |    2 +-
 dlls/user32/tests/dde.c          |    8 ++--
 dlls/user32/tests/input.c        |    4 +-
 dlls/user32/tests/listbox.c      |    4 +-
 dlls/user32/tests/msg.c          |   62 +++++++++++++++++++-------------------
 dlls/user32/tests/win.c          |   16 +++++-----
 dlls/user32/winproc.c            |   16 +++++-----
 dlls/winedos/dosvm.c             |    4 +-
 dlls/winex11.drv/event.c         |    2 +-
 dlls/winex11.drv/winpos.c        |    2 +-
 dlls/winex11.drv/x11ddraw.c      |    2 +-
 dlls/winmm/joystick.c            |    2 +-
 dlls/winmm/tests/mci.c           |    2 +-
 dlls/winmm/winmm.c               |   12 ++++----
 dlls/winspool.drv/tests/info.c   |    2 +-
 dlls/wintab32/manager.c          |    2 +-
 dlls/ws2_32/async.c              |    2 +-
 dlls/ws2_32/socket.c             |   62 +++++++++++++++++++-------------------
 include/basetsd.h                |    4 +-
 programs/explorer/desktop.c      |    2 +-
 programs/regedit/framewnd.c      |    2 +-
 programs/wineconsole/user.c      |    2 +-
 111 files changed, 399 insertions(+), 399 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=3c9e7a7f33a6b85790e2f84f29e618f3ce610811



More information about the wine-cvs mailing list