mirror of https://github.com/lianthony/NT4.0
19 lines
476 B
19 lines
476 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992 - 1993.
|
|
//
|
|
// File: headers.hxx
|
|
//
|
|
// Contents: Headers for hard disk extension class
|
|
//
|
|
// History: 11-Jan-94 BruceFo Created
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#include <windows.h>
|
|
#include <windowsx.h>
|
|
#include <ole2.h>
|
|
#include <debug.h>
|
|
|
|
#include <dacommon.h>
|