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.
42 lines
533 B
42 lines
533 B
/*++
|
|
|
|
Copyright (c) 2000 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
ShimHook.h
|
|
|
|
Abstract:
|
|
|
|
Header for ShimHook.cpp
|
|
|
|
Notes:
|
|
|
|
None
|
|
|
|
History:
|
|
|
|
11/01/1999 markder Created
|
|
01/10/2000 linstev Format to new style
|
|
|
|
--*/
|
|
|
|
#ifndef _SHIMHOOK_H_
|
|
#define _SHIMHOOK_H_
|
|
|
|
#include <windows.h>
|
|
#include <winerror.h>
|
|
#include <shellapi.h>
|
|
#include <shlobj.h>
|
|
#include <ole2.h>
|
|
#include <ddraw.h>
|
|
|
|
#include <shimdb.h>
|
|
#include "ShimHookMacro.h"
|
|
#include "ShimDebug.h"
|
|
#include "ShimLib.h"
|
|
#include "ShimProto.h"
|
|
|
|
#endif //_AH_H_
|
|
|
|
|