mirror of https://github.com/lianthony/NT4.0
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.
43 lines
747 B
43 lines
747 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>
|
|
|
|
|
|
/* Project Headers
|
|
******************/
|
|
|
|
/* The order of the following include files is significant. */
|
|
|
|
#include "olestock.h"
|
|
#include "olevalid.h"
|
|
#include "shlstock.h"
|
|
#include "shlvalid.h"
|
|
#include "url.h"
|
|
#include "inline.hpp"
|
|
#include "memmgr.hpp"
|
|
#include "comcpp.hpp"
|
|
#include "refcount.hpp"
|
|
#include "intshcut.hpp"
|
|
#include "dataobj.hpp"
|
|
#include "persist.hpp"
|
|
#include "extricon.h"
|
|
#include "propsht.hpp"
|
|
|