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.

28 lines
693 B

  1. #include "windows.h"
  2. #include "ntverp.h"
  3. #define VER_FILEDESCRIPTION_STR "Asynchronous Thread Queue"
  4. #ifdef _EXEXPRESS
  5. #define VER_INTERNALNAME_STR "ksatq.dll"
  6. #define VER_ORIGINALFILENAME_STR "ksatq.dll"
  7. #else
  8. #define VER_INTERNALNAME_STR "isatq.dll"
  9. #define VER_ORIGINALFILENAME_STR "isatq.dll"
  10. #endif
  11. #define VER_FILETYPE VFT_DLL
  12. #define VER_LANGNEUTRAL
  13. //
  14. // Apps may also define
  15. // VER_FILESUBTYPE
  16. // VER_IISPRODUCTNAME_STR
  17. // VER_IISMAJORVERSION
  18. // VER_IISMINORVERSION
  19. // VER_IISPRODUCTVERSION_STR
  20. // VER_IISPRODUCTVERSION
  21. // VER_IISPRODUCTBUILD
  22. //
  23. #include "iisver.h"
  24. #include "common.ver"
  25.