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.

39 lines
780 B

  1. /******************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORP., 2000
  4. *
  5. * TITLE: precomp.cpp
  6. *
  7. * VERSION: 1.0
  8. *
  9. * AUTHOR: KeisukeT
  10. *
  11. * DATE: 8 Sep, 2000
  12. *
  13. * DESCRIPTION:
  14. * Precompiled header
  15. *
  16. *
  17. *******************************************************************************/
  18. #ifndef __PRECOMP_H_INCLUDED
  19. #define __PRECOMP_H_INCLUDED
  20. #include <windows.h>
  21. #include <windowsx.h>
  22. #include <shlobj.h>
  23. #include <commctrl.h>
  24. #include <assert.h>
  25. #include <objbase.h>
  26. #include <setupapi.h>
  27. #include <shfusion.h>
  28. #include <shlobj.h>
  29. #include <stdio.h>
  30. #include <tchar.h>
  31. //
  32. // Make sure this is included last, so it can redefine the necessary stuff
  33. //
  34. #include <shfusion.h>
  35. #endif // __PRECOMP_H_INCLUDED