Source code of Windows XP (NT5)
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

  1. /*++
  2. Copyright (c) 1992 Microsoft Corporation
  3. Module Name:
  4. globals.h
  5. Abstract:
  6. Global variables, except for the ones in dataras.c, for rasctr.dll.
  7. Created:
  8. Patrick Y. Ng 12 Aug 93
  9. Revision History
  10. --*/
  11. #ifndef GLOBALS_H
  12. #define GLOBALS_H
  13. //
  14. // Include Files
  15. //
  16. #include <nt.h>
  17. #include <rasman.h>
  18. #include <serial.h>
  19. #endif // GLOBALS_H