ChangeSet ID: 7039 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/01/14 17:43:43
Modified files: win32 : newfns.c programs/winhelp: hlpfile.c programs/rpcss : rpcss_main.c np_server.c programs/regtest: regtest.c memory : global.c dlls/winspool : info.c dlls/winsock/tests: sock.c dlls/wininet : ftp.c dlls/wineps : init.c dlls/shlwapi : istream.c dlls/shell32/tests: shlfileop.c dlls/shell32 : shpolicy.c shlexec.c shell32_main.c dialogs.c dlls/rpcrt4 : rpcss_np_client.c rpcrt4_main.c dlls/richedit : richedit.c dlls/ole32 : clipboard.c dlls/msvideo : msvideo_main.c dlls/msvcrt : console.c dlls/msacm : msacm32_main.c internal.c dlls/kernel/tests: path.c dlls/imagehlp : imagehlp_main.c debug.c access.c dlls/commdlg : filedlg95.c dlls/comctl32 : listview.c commctrl.c dlls/avifil32 : factory.c
Log message: Francois Gouget fgouget@free.fr Remove (POINTER)NULL casts.
Patch: http://cvs.winehq.com/patch.py?id=7039
Old revision New revision Changes Path 1.44 1.45 +1 -1 wine/win32/newfns.c 1.16 1.17 +1 -1 wine/programs/winhelp/hlpfile.c 1.2 1.3 +1 -1 wine/programs/rpcss/rpcss_main.c 1.1 1.2 +2 -2 wine/programs/rpcss/np_server.c 1.8 1.9 +1 -2 wine/programs/regtest/regtest.c 1.74 1.75 +2 -2 wine/memory/global.c 1.67 1.68 +2 -2 wine/dlls/winspool/info.c 1.7 1.8 +2 -2 wine/dlls/winsock/tests/sock.c 1.27 1.28 +1 -1 wine/dlls/wininet/ftp.c 1.44 1.45 +2 -2 wine/dlls/wineps/init.c 1.3 1.4 +1 -1 wine/dlls/shlwapi/istream.c 1.5 1.6 +5 -5 wine/dlls/shell32/tests/shlfileop.c 1.10 1.11 +1 -1 wine/dlls/shell32/shpolicy.c 1.16 1.17 +1 -1 wine/dlls/shell32/shlexec.c 1.111 1.112 +1 -1 wine/dlls/shell32/shell32_main.c 1.14 1.15 +5 -5 wine/dlls/shell32/dialogs.c 1.1 1.2 +1 -1 wine/dlls/rpcrt4/rpcss_np_client.c 1.39 1.40 +1 -1 wine/dlls/rpcrt4/rpcrt4_main.c 1.25 1.26 +3 -3 wine/dlls/richedit/richedit.c 1.24 1.25 +1 -1 wine/dlls/ole32/clipboard.c 1.44 1.45 +1 -1 wine/dlls/msvideo/msvideo_main.c 1.9 1.10 +2 -2 wine/dlls/msvcrt/console.c 1.14 1.15 +1 -1 wine/dlls/msacm/msacm32_main.c 1.14 1.15 +1 -1 wine/dlls/msacm/internal.c 1.13 1.14 +4 -4 wine/dlls/kernel/tests/path.c 1.11 1.12 +2 -2 wine/dlls/imagehlp/imagehlp_main.c 1.9 1.10 +2 -2 wine/dlls/imagehlp/debug.c 1.14 1.15 +6 -6 wine/dlls/imagehlp/access.c 1.88 1.89 +1 -1 wine/dlls/commdlg/filedlg95.c 1.336 1.337 +1 -1 wine/dlls/comctl32/listview.c 1.63 1.64 +8 -8 wine/dlls/comctl32/commctrl.c 1.6 1.7 +2 -2 wine/dlls/avifil32/factory.c