ChangeSet ID: 5741 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/10/10 18:31:13
Modified files: dlls : Makefile.in dlls/avifil32 : Makefile.in avifil32.spec avifile.c avifile.spec include : vfw.h Added files: dlls/avifil32 : api.c avifile_private.h factory.c
Log message: Michael Günnewig MichaelGuennewig@gmx.de - Move the API into a new api.c file. - Added IClassFactory implementation. - Added IPersistFile implementation to the AVI-file handler.
Patch: http://cvs.winehq.com/patch.py?id=5741
Old revision New revision Changes Path 1.154 1.155 +2 -1 wine/dlls/Makefile.in 1.20 1.21 +4 -2 wine/dlls/avifil32/Makefile.in 1.12 1.13 +12 -12 wine/dlls/avifil32/avifil32.spec 1.25 1.26 +425 -468 wine/dlls/avifil32/avifile.c 1.4 1.5 +11 -11 wine/dlls/avifil32/avifile.spec 1.27 1.28 +31 -19 wine/include/vfw.h Added 1.4 +17 -66 wine/dlls/avifil32/avifile_private.h Added 1.1 +0 -0 wine/dlls/avifil32/factory.c Added 1.6 +582 -326 wine/dlls/avifil32/api.c