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.

38 lines
643 B

  1. /*++
  2. Copyright (c) 1997 - 1999 SCM Microsystems, Inc.
  3. Module Name:
  4. PscrVers.h
  5. Abstract:
  6. header file for version information
  7. Author:
  8. Andreas Straub
  9. Environment:
  10. Win 95, Win NT
  11. Revision History:
  12. --*/
  13. #if !defined( __PSCRVERS_H__ )
  14. #define __PSCRVERS_H__
  15. #define PSCR_VERSION_STR "1.26"
  16. #define PSCR_MAJOR_VERSION 1
  17. #define PSCR_MINOR_VERSION 26
  18. #define PSCR_NAME "PSCR"
  19. #define PSCR_PRODUCT_NAME "PSCR SmartCard Reader"
  20. #define PSCR_VENDOR_NAME "PSCR"
  21. #define PSCR_IFD_TYPE "PCMCIA Reader"
  22. #define PSCR_VXD_NAME "PSCR.VXD"
  23. #define PSCR_DEVICE_NAME "PSCR_0"
  24. #endif // __PSCRVERS_H__