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.

28 lines
894 B

  1. //#include <winver.h>
  2. /**************************************************************************
  3. *
  4. * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  5. * KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  6. * IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  7. * PURPOSE.
  8. *
  9. * Copyright (c) 1993-1995 Microsoft Corporation
  10. *
  11. * MCIVISCA.RCV
  12. *
  13. * MCI ViSCA Device Driver
  14. *
  15. * Description:
  16. *
  17. * Version Resource file
  18. *
  19. ***************************************************************************/
  20. #include <ntverp.h>
  21. #define VER_FILETYPE VFT_APP
  22. #define VER_FILESUBTYPE VFT2_UNKNOWN
  23. #define VER_FILEDESCRIPTION_STR "MCI ViSCA driver process\0"
  24. #define VER_INTERNALNAME_STR "msmcivcr.exe"
  25. #define VER_ORIGINALFILENAME_STR "msmcivcr.exe"
  26. #include <common.ver>