windows-nt/Source/XPSP1/NT/base/fs/utils/tuneup/timeschm.h
2020-09-26 16:20:57 +08:00

35 lines
669 B
C

//////////////////////////////////////////////////////////////////////////////
//
// TIMESCHM.H
//
// Microsoft Confidential
// Copyright (c) Microsoft Corporation 1998
// All rights reserved
//
// Includes all external include files, defined values, macros, data
// structures, and fucntion prototypes for the corisponding CXX file.
//
// Jason Cohen (JCOHEN)
//
//////////////////////////////////////////////////////////////////////////////
// Only include this file once.
//
#ifndef _TIMESCHM_H_
#define _TIMESCHM_H_
// Include file(s).
//
#include <windows.h>
// External function prototype(s).
//
VOID UpdateTimeScheme(HWND);
#endif // _TIMESCHM_H_