Source code of Windows XP (NT5)
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.

69 lines
1.1 KiB

  1. /*--
  2. Copyright (c) 1992-2000 Microsoft Corporation
  3. Module Name:
  4. precomp.hxx
  5. Abstract:
  6. Header file that is pre-compiled into a .pch file
  7. Environment:
  8. Win32, User Mode
  9. --*/
  10. #include <tchar.h>
  11. #include <windows.h>
  12. #include <htmlhelp.h>
  13. // Force version 2.0 to be compatible with stock Win98 machines.
  14. #define _RICHEDIT_VER 0x0200
  15. #include <richedit.h>
  16. #include <commctrl.h>
  17. #include <shellapi.h>
  18. #include <commdlg.h>
  19. #include <stdlib.h>
  20. #include <stdio.h>
  21. #include <limits.h>
  22. #define _tsizeof(str) (sizeof(str)/sizeof(TCHAR))
  23. #define INITGUID
  24. #include <dbgeng.h>
  25. #include <dhhelp.h>
  26. #include <cmnutil.hpp>
  27. #include "miscdbg.h"
  28. #include "memlist.h"
  29. #include "menu.h"
  30. #include "dialogs.h"
  31. #include "res_str.h"
  32. #include "resource.h"
  33. #include "windbg.h"
  34. // Include before all others
  35. #include "engine.h"
  36. #include "statebuf.h"
  37. #include "cmnwin.h"
  38. #include "callswin.h"
  39. #include "cmdwin.h"
  40. #include "docwin.h"
  41. #include "dualwin.h"
  42. #include "format.h"
  43. #include "memwin.h"
  44. #include "prcdlg.h"
  45. #include "status.h"
  46. #include "toolbar.h"
  47. #include "util.h"
  48. #include "wrkspace.h"
  49. #include <float10.h>