WindowsXP-SP1/shell/ext/zaxxon/deskbands.h
2020-09-30 16:53:49 +02:00

17 lines
219 B
C

#ifndef DESKBANDS_H
#define DESKBANDS_H
const CATID * const c_DeskBandClasses[] =
{
&CLSID_Zaxxon,
NULL
};
const CATID * const c_InfoBandClasses[] =
{
&CLSID_MegaMan,
NULL
};
#endif