Leaked source code of windows server 2003
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.

28 lines
617 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1992.
  5. //
  6. // File: headers.cxx
  7. //
  8. // Contents: Precompiled headers
  9. //
  10. // History: 21-Jan-93 AlexT Created
  11. //
  12. //--------------------------------------------------------------------------
  13. #if DBG != 1
  14. #error FAIL.EXE requires DBG == 1
  15. #endif
  16. #include <io.h>
  17. #include <stdio.h>
  18. #include <stdlib.h>
  19. #include <windows.h>
  20. #include <memory.h>
  21. #include <storage.h>
  22. #include <debnot.h>
  23. #include <dfdeb.hxx>
  24. #include <dfmsp.hxx>