Break out all the class registration actions into classes.c. This
commitdb982e258636a6bb361d1dd930df5993aebd05e2
authorAric Stewart <aric@codeweavers.com>
Thu, 16 Jun 2005 15:51:44 +0000 (16 15:51 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 16 Jun 2005 15:51:44 +0000 (16 15:51 +0000)
treeb1c11b6eeab2f6d9935aa3ad377b25eab756b648
parentd17af9ddec3ef87902f10ca6bf4221ef91df13dd
Break out all the class registration actions into classes.c. This
includes RegisterClassInfo, RegisterProgIds, RegisterExtensions and
RegisterMIMETypes.
dlls/msi/Makefile.in
dlls/msi/action.c
dlls/msi/action.h
dlls/msi/classes.c [new file with mode: 0644]