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.

23 lines
741 B

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