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.

36 lines
1.1 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1994.
  5. //
  6. // File: tinterface.rc
  7. //
  8. // Contents: Main resource definition file
  9. //
  10. // History: 01-02-96 DavidMun Created
  11. //
  12. // Notes: See Notes at the start of help.cxx for instructions on
  13. // adding help for a new command.
  14. //
  15. // When adding or editing strings in the RCDATA blocks,
  16. // remember that each string must be explicitly null
  17. // terminated, and that the DisplayHelp() function in help.cxx
  18. // expects to find an empty string ("\0") at the end of the
  19. // RCDATA block.
  20. //
  21. //--------------------------------------------------------------------------
  22. #include <windows.h>
  23. #include <ntverp.h>
  24. #define VER_FILETYPE VFT_APP
  25. #define VER_FILESUBTYPE VFT2_UNKNOWN
  26. #define VER_FILEDESCRIPTION_STR "Job Test"
  27. #define VER_INTERNALNAME_STR "tint\0"
  28. #define VER_ORIGINALFILENAME_STR "tint.exe"
  29. #include <common.ver>
  30. #include "resource.h"