35 lines
381 B
C
35 lines
381 B
C
/*++
|
|
|
|
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
|