Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

32 lines
449 B

/*++
Copyright (c) 1989 Microsoft Corporation
Module Name:
shutdown.h
Abstract:
This is the main include file for the Windows Shutdown utility
Author:
Steve Wood (stevewo) 16-May-1989
Revision History:
--*/
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <ctype.h>
#include <string.h>
#include <io.h>
#include <fcntl.h>
#include <malloc.h>
#include <sys\types.h>
#include <sys\stat.h>