mirror of https://github.com/tongzx/nt5src
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
22 lines
504 B
/******************************Module*Header*******************************\
|
|
* Module Name: sscommon.hxx
|
|
*
|
|
* Defines for screen saver common shell clients
|
|
*
|
|
* Copyright (c) 1996 Microsoft Corporation
|
|
*
|
|
\**************************************************************************/
|
|
|
|
#ifndef __sscommon_hxx__
|
|
#define __sscommon_hxx__
|
|
|
|
#include "sscommon.h"
|
|
|
|
#include "palette.hxx"
|
|
#include "sswindow.hxx"
|
|
#include "dlgdraw.hxx"
|
|
#include "clear.hxx"
|
|
|
|
extern PSSW ss_GetMainPSSW();
|
|
|
|
#endif // __sscommon_hxx__
|