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.

41 lines
729 B

  1. /*
  2. * project.hpp - Shell project header file for Internet Shortcut Shell
  3. * extension DLL.
  4. */
  5. /* Common Headers
  6. *****************/
  7. #include "project.h"
  8. /* System Headers
  9. *****************/
  10. #include <stdio.h>
  11. #include <prsht.h>
  12. #define _INTSHCUT_ /* for intshcut.h */
  13. #include <intshcut.h>
  14. #include <intshctp.h>
  15. /* Project Headers
  16. ******************/
  17. /* The order of the following include files is significant. */
  18. #include "olestock.h"
  19. #include "olevalid.h"
  20. #include "shlstock.h"
  21. #include "shlvalid.h"
  22. #include "inline.hpp"
  23. #include "comcpp.hpp"
  24. #include "refcount.hpp"
  25. #include "intshcut.hpp"
  26. #include "dataobj.hpp"
  27. #include "persist.hpp"
  28. #include "extricon.h"
  29. #include "propsht.hpp"