29 lines
604 B
C
29 lines
604 B
C
/******************************Module*Header*******************************\
|
|
* Module Name: glscrnsv.h
|
|
*
|
|
* Include for modified scrnsave.c
|
|
*
|
|
* Copyright (c) 1996 Microsoft Corporation
|
|
*
|
|
\**************************************************************************/
|
|
|
|
#ifndef __glscrnsv_h__
|
|
#define __glscrnsv_h__
|
|
|
|
#include "sscommon.hxx"
|
|
#include "sswproc.hxx"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern INT_PTR DoScreenSave( HWND hwndParent );
|
|
extern INT_PTR DoWindowedScreenSave( LPCTSTR szArgs );
|
|
extern INT_PTR DoConfigBox( HWND hwndParent );
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // __glscrnsv_h__
|