ChangeSet ID: 18868 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/07/12 14:21:37
Modified files: dlls/quartz : videorenderer.c transform.h systemclock.c parser.h memallocator.c main.c filtergraph.c enumpins.c enummedia.c dsoundrender.c dlls/qcap : vfwcapture.c qcap_main.c enumpins.c enummedia.c capturegraph.c dlls/netapi32 : netbios.c dlls/msdmo : dmoreg.c dlls/mlang : mlang.c dlls/itss : moniker.c itss.c dlls/dswave : dswave_private.h dlls/dsound : dsound_private.h dlls/dpnet : dpnet_private.h dpnet_main.c dlls/dplayx : lobbysp.c dplobby.c dplaysp.c dpclassfactory.c dlls/dmusic : dmusic_private.h
Log message: Mike McCormack mike@codeweavers.com Interlocked LONG* gcc warning fixes.
Patch: http://cvs.winehq.org/patch.py?id=18868
Old revision New revision Changes Path 1.13 1.14 +1 -1 wine/dlls/quartz/videorenderer.c 1.2 1.3 +1 -1 wine/dlls/quartz/transform.h 1.11 1.12 +1 -1 wine/dlls/quartz/systemclock.c 1.11 1.12 +1 -1 wine/dlls/quartz/parser.h 1.10 1.11 +2 -2 wine/dlls/quartz/memallocator.c 1.47 1.48 +1 -1 wine/dlls/quartz/main.c 1.31 1.32 +1 -1 wine/dlls/quartz/filtergraph.c 1.5 1.6 +1 -1 wine/dlls/quartz/enumpins.c 1.9 1.10 +1 -1 wine/dlls/quartz/enummedia.c 1.9 1.10 +1 -1 wine/dlls/quartz/dsoundrender.c 1.3 1.4 +1 -1 wine/dlls/qcap/vfwcapture.c 1.9 1.10 +3 -3 wine/dlls/qcap/qcap_main.c 1.2 1.3 +1 -1 wine/dlls/qcap/enumpins.c 1.2 1.3 +1 -1 wine/dlls/qcap/enummedia.c 1.2 1.3 +1 -1 wine/dlls/qcap/capturegraph.c 1.4 1.5 +1 -1 wine/dlls/netapi32/netbios.c 1.16 1.17 +1 -1 wine/dlls/msdmo/dmoreg.c 1.19 1.20 +4 -4 wine/dlls/mlang/mlang.c 1.7 1.8 +2 -2 wine/dlls/itss/moniker.c 1.13 1.14 +2 -2 wine/dlls/itss/itss.c 1.9 1.10 +1 -1 wine/dlls/dswave/dswave_private.h 1.30 1.31 +22 -22 wine/dlls/dsound/dsound_private.h 1.5 1.6 +2 -2 wine/dlls/dpnet/dpnet_private.h 1.7 1.8 +1 -1 wine/dlls/dpnet/dpnet_main.c 1.11 1.12 +2 -2 wine/dlls/dplayx/lobbysp.c 1.44 1.45 +2 -2 wine/dlls/dplayx/dplobby.c 1.20 1.21 +2 -2 wine/dlls/dplayx/dplaysp.c 1.24 1.25 +1 -1 wine/dlls/dplayx/dpclassfactory.c 1.27 1.28 +10 -10 wine/dlls/dmusic/dmusic_private.h