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.

23 lines
633 B

  1. /********************************************************************/
  2. /* TaskUI.rcv */
  3. /********************************************************************/
  4. #ifndef APSTUDIO_INVOKED
  5. #ifdef WIN32
  6. #include <ntverp.h>
  7. #else
  8. #include <version.h>
  9. #endif
  10. #define VER_FILETYPE VFT_DLL
  11. #define VER_FILESUBTYPE VFT_UNKNOWN
  12. #define VER_FILEDESCRIPTION_STR "Windows Task User Interface"
  13. #define VER_INTERNALNAME_STR "TaskUI"
  14. #define VER_ORIGINALFILENAME_STR "TaskUI.dll"
  15. #include <common.ver>
  16. #endif // APSTUDIO_INVOKED