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.

68 lines
1.3 KiB

  1. /*++
  2. Copyright (c) 1990-1998, Microsoft Corporation All rights reserved.
  3. Module Name:
  4. precomp.h
  5. Abstract:
  6. Precompiled header file
  7. Revision History:
  8. Lazar Ivanov (LazarI) - created 2/21/2001
  9. --*/
  10. #define _COMDLG32_ // We are Comdlg32
  11. #include <nt.h>
  12. #include <ntrtl.h>
  13. #include <nturtl.h>
  14. #include <windows.h>
  15. #include <windowsx.h>
  16. #include <lm.h>
  17. #include <winnetwk.h>
  18. #include <winnetp.h>
  19. #include <shlobj.h>
  20. #include <shlwapi.h>
  21. #include <shellp.h>
  22. #include <shellapi.h>
  23. #include <commctrl.h>
  24. #include <shsemip.h>
  25. #include <coguid.h>
  26. #include <shlguid.h>
  27. #include <shdguid.h>
  28. #include <shguidp.h>
  29. #include <ieguidp.h>
  30. #include <oleguid.h>
  31. #include <commdlg.h>
  32. #include <ole2.h>
  33. #include <dbt.h>
  34. #include <inetreg.h>
  35. #include <sfview.h>
  36. #include <tchar.h>
  37. #include <msprintx.h>
  38. #include <imm.h>
  39. #include <wingdip.h> // for IS_ANY_DBCS_CHARSET macro
  40. #include <winspool.h>
  41. #include <commctrl.h>
  42. #include <dlgs.h>
  43. #include <wowcmndg.h>
  44. #include <winuserp.h>
  45. #include <npapi.h>
  46. #include <platform.h>
  47. #include <port32.h>
  48. #include <ccstock.h>
  49. #include <wininet.h>
  50. #ifdef __cplusplus // C++ headers
  51. #include <dpa.h>
  52. #include <shstr.h>
  53. #endif
  54. #include "comdlg32.h" // some private common definitions