ChangeSet ID: 100075706845057164831087 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/09/17 16:04:28
Modified files: dlls/quartz : Makefile.in complist.c devenum.c enumunk.c fgclsid.c fgidisp.c fgraph.c fmap.c fmap2.c ibasaud.c ibasvid.c ifgraph.c ifmap.c ifmap3.c igrver.c imcntl.c imem.c imesink.c imevent.c imfilter.c impos.c imseek.c irclock.c ividwin.c main.c memalloc.c memalloc.h seekpass.c sysclock.c include : Makefile.in dsound.h strmif.h Added files: dlls/quartz : sample.c sample.h include/wine : obj_ksproperty.h
Log message: Hidenori Takeshima hidenori@a2.ctktv.ne.jp Implemented IMemAllocator.
Patch: http://cvs.winehq.com/patch.py?id=100075706845057164831087
Revision Changes Path 1.8 +1 -0 wine/dlls/quartz/Makefile.in 1.3 +1 -0 wine/dlls/quartz/complist.c 1.3 +1 -0 wine/dlls/quartz/devenum.c 1.2 +1 -0 wine/dlls/quartz/enumunk.c 1.2 +1 -0 wine/dlls/quartz/fgclsid.c 1.2 +1 -0 wine/dlls/quartz/fgidisp.c 1.6 +1 -0 wine/dlls/quartz/fgraph.c 1.3 +1 -0 wine/dlls/quartz/fmap.c 1.3 +1 -0 wine/dlls/quartz/fmap2.c 1.4 +1 -0 wine/dlls/quartz/ibasaud.c 1.4 +1 -0 wine/dlls/quartz/ibasvid.c 1.5 +1 -0 wine/dlls/quartz/ifgraph.c 1.4 +1 -0 wine/dlls/quartz/ifmap.c 1.4 +1 -0 wine/dlls/quartz/ifmap3.c 1.2 +1 -0 wine/dlls/quartz/igrver.c 1.5 +1 -0 wine/dlls/quartz/imcntl.c 1.5 +183 -10 wine/dlls/quartz/imem.c 1.2 +1 -0 wine/dlls/quartz/imesink.c 1.4 +1 -0 wine/dlls/quartz/imevent.c 1.3 +1 -0 wine/dlls/quartz/imfilter.c 1.4 +1 -0 wine/dlls/quartz/impos.c 1.4 +1 -0 wine/dlls/quartz/imseek.c 1.5 +1 -1 wine/dlls/quartz/irclock.c 1.4 +1 -0 wine/dlls/quartz/ividwin.c 1.7 +1 -0 wine/dlls/quartz/main.c 1.4 +1 -0 wine/dlls/quartz/memalloc.c 1.4 +4 -0 wine/dlls/quartz/memalloc.h 1.2 +1 -0 wine/dlls/quartz/seekpass.c 1.4 +1 -0 wine/dlls/quartz/sysclock.c 1.1 +0 -0 wine/dlls/quartz/sample.c 1.1 +0 -0 wine/dlls/quartz/sample.h 1.30 +1 -0 wine/include/Makefile.in 1.21 +1 -26 wine/include/dsound.h 1.7 +376 -0 wine/include/strmif.h 1.1 +0 -0 wine/include/wine/obj_ksproperty.h