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.
30 lines
391 B
30 lines
391 B
/*++
|
|
|
|
Copyright (c) 1997 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
common.h
|
|
|
|
Abstract:
|
|
|
|
commonly used headers.
|
|
|
|
Author:
|
|
|
|
Mu Han (muhan) 1-November-1997
|
|
|
|
--*/
|
|
#ifndef __COMMON_H_
|
|
#define __COMMON_H_
|
|
|
|
#include "confmsp.h"
|
|
#include "confaddr.h"
|
|
#include "confpart.h"
|
|
#include "confcall.h"
|
|
#include "confstrm.h"
|
|
#include "confaud.h"
|
|
#include "confvid.h"
|
|
#include "confutil.h"
|
|
|
|
#endif
|