34 lines
355 B
C
34 lines
355 B
C
/*++
|
|
|
|
Copyright (c) 1998 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
masterhw.h
|
|
|
|
Abstract:
|
|
|
|
Includes header files needed to use w95upg\hwcomp.
|
|
|
|
Author:
|
|
|
|
Jim Schmidt (jimschm) 26-Sep-1998
|
|
|
|
Revision History:
|
|
|
|
<alias> <date> <comments>
|
|
|
|
--*/
|
|
|
|
#pragma once
|
|
|
|
//
|
|
// includes for tools that use hwcomp
|
|
//
|
|
|
|
#include <winnt32p.h>
|
|
|
|
#include "hwcomp.h"
|
|
|
|
|