windows-nt/Source/XPSP1/NT/shell/ext/zaxxon/deskbands.h
2020-09-26 16:20:57 +08:00

17 lines
203 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