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.

62 lines
894 B

4 years ago
  1. /*--
  2. Copyright (c) 1992 Microsoft Corporation
  3. Module Name:
  4. precomp.h
  5. Abstract:
  6. Header file that is pre-compiled into a .pch file
  7. Author:
  8. Wesley Witt (wesw) 21-Sep-1993
  9. Environment:
  10. Win32, User Mode
  11. --*/
  12. // an astonishingly stupid warning
  13. #pragma warning(disable:4124)
  14. #include "biavst.h"
  15. #define _CTXPTRS_H_
  16. #include <windef.h>
  17. #include <stdio.h>
  18. #include <memory.h>
  19. #include <malloc.h>
  20. #include <process.h>
  21. #include <stdlib.h>
  22. #include <string.h>
  23. #include <crt\io.h>
  24. #include <fcntl.h>
  25. #include <setjmp.h>
  26. #include <imagehlp.h>
  27. #define NOEXTAPI
  28. #include <wdbgexts.h>
  29. #include "types.h"
  30. #include "cvtypes.hxx"
  31. #include "defs.h"
  32. #include "od.h"
  33. #include "ll.h"
  34. #include "tl.h"
  35. #include "mm.h"
  36. #include "lbhpt.h"
  37. #include "shapi.hxx"
  38. #include "dbgver.h"
  39. #include "emdm.h"
  40. #include "dm.h"
  41. #include "bp.h"
  42. #include "kd.h"
  43. #include "debug.h"
  44. #include "funccall.h"