mirror of https://github.com/lianthony/NT4.0
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.
26 lines
296 B
26 lines
296 B
/*++
|
|
|
|
Copyright (c) 1991 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
vendor.h
|
|
|
|
Abstract:
|
|
|
|
The module includes the appropriate vendor header file.
|
|
|
|
Author:
|
|
|
|
Jeff Havens (jhavens) 20-June-1991
|
|
|
|
Revision History:
|
|
|
|
|
|
--*/
|
|
|
|
#if defined(SGI)
|
|
#include "s3scsi.h"
|
|
#else
|
|
#include "maynard.h"
|
|
#endif
|