WindowsXP/shell/ext/zaxxon/deskbands.h
2025-04-27 07:49:33 -04: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