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.

30 lines
1.6 KiB

  1. /*************************************************************************
  2. * *
  3. * ITSS.RC *
  4. * *
  5. * Copyright (C) Microsoft Corporation 1990-1994 *
  6. * All Rights reserved. *
  7. * *
  8. **************************************************************************
  9. * *
  10. * Module Intent *
  11. * Resource File for ITSS.DLL *
  12. * *
  13. **************************************************************************
  14. * *
  15. * Current Owner: erinfox *
  16. * *
  17. *************************************************************************/
  18. #include <winver.h>
  19. #define VERSIONNAME DLLFILE_ITSS
  20. #if DBG == 1
  21. #define VERSIONDESCRIPTION "InfoTech Storage System (Debug) Library\0"
  22. #else
  23. #define VERSIONDESCRIPTION "InfoTech Storage System Library\0"
  24. #endif
  25. #define VERSIONTYPE VFT_DLL
  26. #define VERSIONSUBTYPE VFT2_UNKNOWN
  27. #include <verinfo.rc>