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.
28 lines
715 B
28 lines
715 B
/////////////////////////////////////////////////////////////////////////////
|
|
// WUDetect.h
|
|
//
|
|
// Copyright (C) Microsoft Corp. 1998
|
|
// All rights reserved
|
|
//
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Description:
|
|
// Global Header
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Original Creator Unkown
|
|
// No modification made by RogerJ at 03/08/00
|
|
//
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#include <windows.h>
|
|
#include <tchar.h>
|
|
#include <ole2.h>
|
|
#include <objbase.h>
|
|
#include <io.h>
|
|
|
|
#include <inseng.h>
|
|
|
|
#include "detdlls.h"
|
|
#include "utils2.h"
|
|
#include "detection.h"
|
|
#include "expression.h"
|