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.

27 lines
753 B

  1. /*******************************************************************************
  2. *
  3. * (C) COPYRIGHT 2001, MICROSOFT CORP.
  4. *
  5. * TITLE: WIACAM.rcv
  6. *
  7. * VERSION: 1.0
  8. *
  9. * DATE: 15 Nov, 2000
  10. *
  11. * DESCRIPTION:
  12. * Version resources of the WIA File System Device driver.
  13. *
  14. *******************************************************************************/
  15. #include <windows.h>
  16. #include <ntverp.h>
  17. #define VER_FILETYPE VFT_APP
  18. #define VER_FILESUBTYPE VFT_UNKNOWN
  19. #define VER_FILEDESCRIPTION_STR "File System Camera Devices DLL"
  20. #define VER_INTERNALNAME_STR "FSUSD"
  21. #define VER_LEGALCOPYRIGHT_YEARS "1999-2001"
  22. #define VER_ORIGINALFILENAME_STR "FSUSD.DLL"
  23. #include <common.ver>