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.

48 lines
672 B

  1. /*++
  2. Microsoft Windows
  3. Copyright (C) Microsoft Corporation, 1981 - 1999
  4. Module Name:
  5. precomp.hxx
  6. Abstract:
  7. Precompiled header file
  8. Author:
  9. Rahul Thombre (RahulTh) 6/5/1998
  10. Revision History:
  11. 6/5/1998 RahulTh
  12. Created this module.
  13. --*/
  14. #ifndef __PRECOMP_HXX__
  15. #define __PRECOMP_HXX__
  16. #include "stdafx.h"
  17. #include <help.h>
  18. #include <prsht.h>
  19. #include <setupapi.h>
  20. #include <tchar.h>
  21. #include <shellapi.h>
  22. #include <shlobj.h>
  23. #include <shlobjp.h>
  24. #include <shlwapi.h>
  25. #include <dbt.h>
  26. #include <commctrl.h>
  27. #include <shfusion.h>
  28. #include <assert.h>
  29. #include <regstr.h>
  30. #include "resource.h"
  31. #include "helparr.h"
  32. #endif //__PRECOMP_HXX__