ChangeSet ID: 998503560956881402991712 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/08/22 14:06:00
Modified files: dlls/quartz : Makefile.in fgraph.c fgraph.h ifgraph.c imem.c irclock.c iunk.c iunk.h main.c memalloc.c sysclock.c Added files: dlls/quartz : complist.c complist.h ibasaud.c ibasvid.c imcntl.c imevent.c impos.c imseek.c ividwin.c
Log message: Hidenori Takeshima hidenori@a2.ctktv.ne.jp Added some stubs for CLSID_FilterGraph.
Patch: http://cvs.winehq.com/patch.py?id=998503560956881402991712
Revision Changes Path 1.3 +8 -0 wine/dlls/quartz/Makefile.in 1.2 +19 -2 wine/dlls/quartz/fgraph.c 1.2 +58 -0 wine/dlls/quartz/fgraph.h 1.2 +5 -3 wine/dlls/quartz/ifgraph.c 1.2 +3 -3 wine/dlls/quartz/imem.c 1.2 +3 -3 wine/dlls/quartz/irclock.c 1.2 +22 -12 wine/dlls/quartz/iunk.c 1.2 +2 -1 wine/dlls/quartz/iunk.h 1.3 +4 -0 wine/dlls/quartz/main.c 1.2 +2 -2 wine/dlls/quartz/memalloc.c 1.2 +2 -2 wine/dlls/quartz/sysclock.c 1.1 +0 -0 wine/dlls/quartz/complist.c 1.1 +0 -0 wine/dlls/quartz/complist.h 1.1 +0 -0 wine/dlls/quartz/ibasaud.c 1.1 +0 -0 wine/dlls/quartz/ibasvid.c 1.1 +0 -0 wine/dlls/quartz/imcntl.c 1.1 +0 -0 wine/dlls/quartz/imevent.c 1.1 +0 -0 wine/dlls/quartz/impos.c 1.1 +0 -0 wine/dlls/quartz/imseek.c 1.1 +0 -0 wine/dlls/quartz/ividwin.c