project.hpp
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:

Windows Kernel

Development Platform:

Visual C++

  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. #ifdef WINNT_ENV
  15. #include <intshctp.h>
  16. #endif
  17. /* Project Headers
  18.  ******************/
  19. /* The order of the following include files is significant. */
  20. #include "olestock.h"
  21. #include "olevalid.h"
  22. #include "shlstock.h"
  23. #include "shlvalid.h"
  24. #include "inline.hpp"
  25. #include "memmgr.hpp"
  26. #include "comcpp.hpp"
  27. #include "refcount.hpp"
  28. #include "intshcut.hpp"
  29. #include "dataobj.hpp"
  30. #include "persist.hpp"
  31. #include "extricon.h"
  32. #include "propsht.hpp"