Change RECT to use LONG to match win32 standard headers and fix format
commit0fd521fee333bbe25cd3fea4cc728a2ce122a262
authorDan Kegel <dank@kegel.com>
Wed, 8 Jan 2003 21:09:25 +0000 (8 21:09 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 8 Jan 2003 21:09:25 +0000 (8 21:09 +0000)
tree29cb6742f775335a24f7d9abf4dd966377925dfd
parent8ba666f3a74da4ceaf3c9cfc3b1b7488ade23938
Change RECT to use LONG to match win32 standard headers and fix format
strings to use %ld for RECT elements.
54 files changed:
controls/combo.c
controls/listbox.c
controls/menu.c
controls/uitools.c
dlls/comctl32/comboex.c
dlls/comctl32/datetime.c
dlls/comctl32/listview.c
dlls/comctl32/monthcal.c
dlls/comctl32/pager.c
dlls/comctl32/propsheet.c
dlls/comctl32/rebar.c
dlls/comctl32/status.c
dlls/comctl32/tab.c
dlls/comctl32/toolbar.c
dlls/comctl32/tooltips.c
dlls/comctl32/trackbar.c
dlls/comctl32/treeview.c
dlls/d3d8/device.c
dlls/d3d8/surface.c
dlls/ddraw/dsurface/dib.c
dlls/ddraw/dsurface/fakezbuffer.c
dlls/ddraw/dsurface/main.c
dlls/oleaut32/olepicture.c
dlls/shell32/shlmenu.c
dlls/shell32/shlview.c
dlls/ttydrv/wnd.c
dlls/user/painting.c
dlls/user/tests/sysparams.c
dlls/user/text.c
dlls/wineps/escape.c
dlls/wineps/init.c
dlls/winmm/mciavi/wnd.c
dlls/x11drv/scroll.c
dlls/x11drv/window.c
dlls/x11drv/winpos.c
dlls/x11drv/xrender.c
graphics/x11drv/bitblt.c
graphics/x11drv/text.c
include/windef.h
include/wine/debug.h
objects/clipping.c
objects/enhmetafile.c
objects/region.c
programs/winedbg/info.c
programs/winhelp/winhelp.c
windows/dce.c
windows/defwnd.c
windows/mdi.c
windows/nonclient.c
windows/painting.c
windows/spy.c
windows/sysparams.c
windows/win.c
windows/winpos.c