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.

25 lines
844 B

  1. /*
  2. ** Version resources for MAsm386.Exe.
  3. **
  4. ** Ntverp.h defines several global values that don't need to be
  5. ** changed except for official releases such as betas, sdk updates, etc.
  6. **
  7. ** Common.ver has the actual version resource structure that all these
  8. ** #defines eventually initialize.
  9. */
  10. #include <windows.h> /* needed if this will be the .rc file */
  11. #include <ntverp.h>
  12. /* VER_FILETYPE, VER_FILESUBTYPE, VER_FILEDESCRIPTION_STR
  13. * and VER_INTERNALNAME_STR must be defined before including COMMON.VER
  14. * The strings don't need a '\0', since common.ver has them.
  15. */
  16. #define VER_FILETYPE VFT_APP
  17. #define VER_FILESUBTYPE VFT2_UNKNOWN
  18. #define VER_FILEDESCRIPTION_STR "Microsoft Assembler"
  19. #define VER_INTERNALNAME_STR "MAsm386.Exe"
  20. #define VER_ORIGINALFILENAME_STR "MAsm386.Exe"
  21. #include "common.ver"