WindowsXP-SP1/shell/ext/zaxxon/deskbands.h

17 lines
219 B
C
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
#ifndef DESKBANDS_H
#define DESKBANDS_H
const CATID * const c_DeskBandClasses[] =
{
&CLSID_Zaxxon,
NULL
};
const CATID * const c_InfoBandClasses[] =
{
&CLSID_MegaMan,
NULL
};
#endif