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.

36 lines
1.2 KiB

  1. /*
  2. ** Template for version resources. Place this in your .rc file,
  3. ** editing the values for VER_FILETYPE, VER_FILESUBTYPE,
  4. ** VER_FILEDESCRIPTION_STR and VER_INTERNALNAME_STR as needed.
  5. ** See winver.h for possible values.
  6. **
  7. ** Ntverp.h defines several global values that don't need to be
  8. ** changed except for official releases such as betas, sdk updates, etc.
  9. **
  10. ** Common.ver has the actual version resource structure that all these
  11. ** #defines eventually initialize.
  12. */
  13. #include <windows.h>
  14. #include <ntverp.h>
  15. /*-----------------------------------------------*/
  16. /* the following lines are specific to this file */
  17. /*-----------------------------------------------*/
  18. /* VER_FILETYPE, VER_FILESUBTYPE, VER_FILEDESCRIPTION_STR
  19. * and VER_INTERNALNAME_STR must be defined before including COMMON.VER
  20. * The strings don't need a '\0', since common.ver has them.
  21. */
  22. #define VER_FILETYPE VFT_DLL
  23. #define VER_FILESUBTYPE VFT2_UNKNOWN
  24. #define VER_FILEDESCRIPTION_STR "Remote Access Media DLL for COM ports"
  25. #define VER_INTERNALNAME_STR "RASSER.DLL"
  26. #define VER_ORIGINALFILENAME_STR "RASSER.DLL"
  27. #include "common.ver" // NT5.0 version file.