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.
33 lines
352 B
33 lines
352 B
/*++
|
|
|
|
Copyright (c) 2001 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
main.hxx
|
|
|
|
Abstract:
|
|
|
|
main
|
|
|
|
Author:
|
|
|
|
Larry Zhu (LZhu) January 1, 2002
|
|
|
|
Environment:
|
|
|
|
User Mode
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef MAIN_HXX
|
|
#define MAIN_HXX
|
|
|
|
VOID
|
|
checkpoint(
|
|
VOID
|
|
);
|
|
|
|
#endif // #ifndef MAIN_HXX
|