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.

12 lines
584 B

  1. #ifdef S_RK
  2. #define VER_PRODUCTNAME "RocketPort RocketModem RocketModemII RocketModem i(TM) Series Async Adapters for the Microsoft� Windows(TM) Operating System\0"
  3. #define VER_INTERNALNAME "RocketPort"
  4. #define VER_PRODUCTVERSION_STR "4.41"
  5. #define VER_PRODUCTVERSION 4,41
  6. #else
  7. #define VER_PRODUCTNAME "VS1000/VS2000, RocketPort Serial Hub for the Microsoft� Windows(TM) Operating System\0"
  8. #define VER_INTERNALNAME "VSLinkA"
  9. #define VER_PRODUCTVERSION_STR "2.41"
  10. #define VER_PRODUCTVERSION 2,41
  11. #endif