Leaked source code of windows server 2003
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.

25 lines
654 B

  1. /*++
  2. Copyright (C) 1997 - 1999 Microsoft Corporation
  3. --*/
  4. //-----------------------------------------------------------------------------
  5. // This files contains the module name for this mini driver. Each mini driver
  6. // must have a unique module name. The module name is used to obtain the
  7. // module handle of this Mini Driver. The module handle is used by the
  8. // generic library to load in tables from the Mini Driver.
  9. //-----------------------------------------------------------------------------
  10. char *rgchModuleName = "CITOHRES";
  11. #include "pdev.h"
  12. static const BYTE FlipTable[ 256 ] =
  13. {
  14. #include "fliptab.h"
  15. };