windows-nt/Source/XPSP1/NT/shell/ext/zaxxon/deskbands.h

17 lines
203 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef DESKBANDS_H
#define DESKBANDS_H
const CATID * const c_DeskBandClasses[] =
{
&CLSID_Zaxxon,
NULL
};
const CATID * const c_InfoBandClasses[] =
{
&CLSID_MegaMan,
NULL
};
#endif