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.
33 lines
355 B
33 lines
355 B
/*++
|
|
|
|
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"
|
|
|
|
|