Windows NT 4.0 source code leak
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.

39 lines
564 B

4 years ago
  1. /*++
  2. Copyright (c) 1992 Microsoft Corporation
  3. Module Name:
  4. switch.h
  5. Abstract:
  6. determines whether we are building the Elnkmc or the Elnk16.
  7. Author:
  8. Johnson R. Apacible (JohnsonA) 9-June-1991
  9. Environment:
  10. This driver is expected to work in DOS and NT at the equivalent
  11. of kernel mode.
  12. Architecturally, there is an assumption in this driver that we are
  13. on a little endian machine.
  14. Notes:
  15. optional-notes
  16. Revision History:
  17. --*/
  18. #ifndef _ELNKSWITCH_
  19. #define _ELNKSWITCH_
  20. #define ELNKMC 1
  21. #endif // _ELNKSWITCH