mirror of https://github.com/lianthony/NT4.0
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.
17 lines
452 B
17 lines
452 B
/****************************** Module Header ******************************\
|
|
* Module Name: DosLog.h
|
|
*
|
|
* Copyright (c) 1991, Microsoft Corporation
|
|
*
|
|
* Contains definitions of Dos boot/shutdown support functions
|
|
*
|
|
* Currently NONE
|
|
*
|
|
* History:
|
|
* 04-30-92 Sudeepb Created.
|
|
*
|
|
* 25-Nov-1992 Jonle, removed winlogon renaming
|
|
\***************************************************************************/
|
|
|
|
void BootDOS ( void ) ;
|
|
void ShutdownDOS ( void );
|