ChangeSet ID: 17358 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/05/07 13:00:34
Modified files: dlls/qcap : qcap_main.c qcap.spec Makefile.in Added files: dlls/qcap : qcap_main.h dllsetup.h dllsetup.c
Log message: Rolf Kalbermatter rolf.kalbermatter@citeng.com Implement DLL registering and unregistering functions, class factory and server locking based on how it is done with DirectX samples.
Patch: http://cvs.winehq.org/patch.py?id=17358
Old revision New revision Changes Path 1.3 1.4 +322 -9 wine/dlls/qcap/qcap_main.c 1.6 1.7 +2 -2 wine/dlls/qcap/qcap.spec 1.7 1.8 +5 -1 wine/dlls/qcap/Makefile.in Added 1.1 +0 -0 wine/dlls/qcap/qcap_main.h Added 1.1 +0 -0 wine/dlls/qcap/dllsetup.h Added 1.1 +0 -0 wine/dlls/qcap/dllsetup.c