diskcopy.rcv
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:

Windows Kernel

Development Platform:

Visual C++

  1. //---------------------------------------------------------------------------
  2. // Version info.
  3. //---------------------------------------------------------------------------
  4. #ifdef WINNT
  5. #include <ntverp.h>
  6. #else
  7. #include <version.h>
  8. #endif
  9. #define VER_FILETYPE VFT_APP
  10. #define VER_FILESUBTYPE VFT_UNKNOWN
  11. #define VER_FILEDESCRIPTION_STR "Windows DiskCopy"
  12. #define VER_INTERNALNAME_STR "diskcopy"
  13. #define VER_LEGALCOPYRIGHT_YEARS "1991-1999"
  14. #define VER_ORIGINALFILENAME_STR "DISKCOPY.EXE"
  15. #include <common.ver>