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.

33 lines
631 B

  1. /*++
  2. Copyright (c) 1996-7 Microsoft Corporation, All Rights Reserved.
  3. Module Name:
  4. mkupdate.rc
  5. Abstract:
  6. Resource description for update device driver
  7. Author:
  8. Shivnandan Kaushik (Intel) Jan 15 1997
  9. Environment:
  10. Kernel mode
  11. Revision History:
  12. --*/
  13. #include <windows.h>
  14. #include <ntverp.h>
  15. #define VER_FILETYPE VFT_APP
  16. #define VER_FILESUBTYPE VFT2_UNKNOWN
  17. #define VER_FILEDESCRIPTION_STR "Update Processing Utility"
  18. #define VER_INTERNALNAME_STR "mkupdate.exe"
  19. #define VER_ORIGINALFILENAME_STR "mkupdate.exe"
  20. #include <common.ver>