Source code of Windows XP (NT5)
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.

19 lines
438 B

  1. #include <winver.h>
  2. #include "ntverp.h"
  3. #include "iisver.h"
  4. #undef VER_PRODUCTNAME_STR
  5. #define VER_PRODUCTNAME_STR "Active Server Pages"
  6. #undef VER_INTERNALNAME_STR
  7. #define VER_INTERNALNAME_STR "ASPPERF"
  8. #undef VER_ORIGINALFILENAME_STR
  9. #define VER_ORIGINALFILENAME_STR "ASPPERF.DLL"
  10. #undef VER_FILEDESCRIPTION_STR
  11. #define VER_FILEDESCRIPTION_STR "Active Server Pages Performance Monitor DLL"
  12. #define DLL_VER 0
  13. #include "common.ver"