mirror of https://github.com/tongzx/nt5src
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
41 lines
729 B
/*
|
|
* project.hpp - Shell project header file for Internet Shortcut Shell
|
|
* extension DLL.
|
|
*/
|
|
|
|
|
|
/* Common Headers
|
|
*****************/
|
|
|
|
#include "project.h"
|
|
|
|
|
|
/* System Headers
|
|
*****************/
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <prsht.h>
|
|
|
|
#define _INTSHCUT_ /* for intshcut.h */
|
|
#include <intshcut.h>
|
|
#include <intshctp.h>
|
|
|
|
|
|
/* Project Headers
|
|
******************/
|
|
|
|
/* The order of the following include files is significant. */
|
|
|
|
#include "olestock.h"
|
|
#include "olevalid.h"
|
|
#include "shlstock.h"
|
|
#include "shlvalid.h"
|
|
#include "inline.hpp"
|
|
#include "comcpp.hpp"
|
|
#include "refcount.hpp"
|
|
#include "intshcut.hpp"
|
|
#include "dataobj.hpp"
|
|
#include "persist.hpp"
|
|
#include "extricon.h"
|
|
#include "propsht.hpp"
|