ChangeSet ID: 9295 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2003/09/11 16:18:36 Modified files: dlls/quartz : quartz_private.h main.c enummedia.c Makefile.in Added files: dlls/quartz : memallocator.c Log message: Robert Shearman <R.J.Shearman(a)warwick.ac.uk> Implemented IMemAllocator and IMediaSample. Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9295 Old revision New revision Changes Path 1.11 1.12 +3 -1 wine/dlls/quartz/quartz_private.h 1.28 1.29 +1 -0 wine/dlls/quartz/main.c 1.1 1.2 +18 -2 wine/dlls/quartz/enummedia.c 1.30 1.31 +1 -0 wine/dlls/quartz/Makefile.in Added 1.1 +0 -0 wine/dlls/quartz/memallocator.c