Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
203 B

  1. #ifndef DESKBANDS_H
  2. #define DESKBANDS_H
  3. const CATID * const c_DeskBandClasses[] =
  4. {
  5. &CLSID_Zaxxon,
  6. NULL
  7. };
  8. const CATID * const c_InfoBandClasses[] =
  9. {
  10. &CLSID_MegaMan,
  11. NULL
  12. };
  13. #endif