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.

22 lines
504 B

  1. /******************************Module*Header*******************************\
  2. * Module Name: sscommon.hxx
  3. *
  4. * Defines for screen saver common shell clients
  5. *
  6. * Copyright (c) 1996 Microsoft Corporation
  7. *
  8. \**************************************************************************/
  9. #ifndef __sscommon_hxx__
  10. #define __sscommon_hxx__
  11. #include "sscommon.h"
  12. #include "palette.hxx"
  13. #include "sswindow.hxx"
  14. #include "dlgdraw.hxx"
  15. #include "clear.hxx"
  16. extern PSSW ss_GetMainPSSW();
  17. #endif // __sscommon_hxx__