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.

20 lines
684 B

  1. #include "ntverp.h"
  2. #include "winver.h"
  3. /*-----------------------------------------------*/
  4. /* the following lines are specific to this file */
  5. /*-----------------------------------------------*/
  6. /* VER_FILETYPE, VER_FILESUBTYPE, VER_FILEDESCRIPTION_STR
  7. * and VER_INTERNALNAME_STR must be defined before including COMMON.VER
  8. * The strings don't need a '\0', since common.ver has them.
  9. */
  10. #define VER_FILETYPE VFT_APP
  11. #define VER_FILESUBTYPE VFT2_DRV_INSTALLABLE
  12. #define VER_FILEDESCRIPTION_STR "Microsoft Services for UNIX"
  13. #define VER_INTERNALNAME_STR "SolarLRM.DLL"
  14. #define VER_ORIGINALFILENAME_STR "SolarLRM.DLL"
  15. #include "common.ver"