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

4 years ago
  1. /*++
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. shutdown.h
  5. Abstract:
  6. This is the main include file for the Windows Shutdown utility
  7. Author:
  8. Steve Wood (stevewo) 16-May-1989
  9. Revision History:
  10. --*/
  11. #include <windows.h>
  12. #include <stdio.h>
  13. #include <stdlib.h>
  14. #include <errno.h>
  15. #include <ctype.h>
  16. #include <string.h>
  17. #include <io.h>
  18. #include <fcntl.h>
  19. #include <malloc.h>
  20. #include <sys\types.h>
  21. #include <sys\stat.h>