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.

24 lines
639 B

  1. #include <winver.h>
  2. #include "ntverp.h"
  3. /*------------------------------------------------------------------------------*/
  4. /* the following section defines values used in the version */
  5. /* data structure for all files, and which do not change. */
  6. /*------------------------------------------------------------------------------*/
  7. #ifndef VER_FILETYPE
  8. #define VER_FILETYPE VFT_DLL
  9. #endif
  10. #ifndef DLL_VER
  11. #define VER_FILEDESCRIPTION_STR "Active Server Pages"
  12. #define VER_INTERNALNAME_STR "asp.dll"
  13. #define VER_ORIGINALFILENAME_STR "asp.dll"
  14. #endif //DLL_VER
  15. #include "iisver.h"
  16. #include "common.ver"