18 lines
450 B
C
18 lines
450 B
C
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
// WUDetect.h
|
||
|
//
|
||
|
// Copyright (C) Microsoft Corp. 1998
|
||
|
// All rights reserved
|
||
|
//
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// Description:
|
||
|
// Global Header
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
#include <windows.h>
|
||
|
#include <ole2.h>
|
||
|
#include <objbase.h>
|
||
|
#include <io.h>
|
||
|
|
||
|
#include <inseng.h>
|