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.
34 lines
381 B
34 lines
381 B
/*++
|
|
|
|
Copyright (c) 1992 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
globals.h
|
|
|
|
Abstract:
|
|
|
|
Global variables, except for the ones in dataras.c, for rasctr.dll.
|
|
|
|
Created:
|
|
|
|
Patrick Y. Ng 12 Aug 93
|
|
|
|
Revision History
|
|
|
|
|
|
--*/
|
|
|
|
#ifndef GLOBALS_H
|
|
#define GLOBALS_H
|
|
|
|
//
|
|
// Include Files
|
|
//
|
|
|
|
#include <nt.h>
|
|
|
|
#include <rasman.h>
|
|
#include <serial.h>
|
|
|
|
#endif // GLOBALS_H
|