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.

25 lines
698 B

  1. #ifdef APSTUDIO_INVOKED
  2. #error this file is not editable by Microsoft Visual C++
  3. #endif //APSTUDIO_INVOKED
  4. /////////////////////////////////////////////////////////////////////////////
  5. // Add manually edited resources here...
  6. /////////////////////////////////////////////////////////////////////////////
  7. #ifndef _COMSTATIC
  8. #include <winver.h>
  9. #include <ntverp.h>
  10. #define VER_FILETYPE VFT_DLL
  11. #define VER_FILESUBTYPE VFT2_UNKNOWN
  12. #define VER_FILEDESCRIPTION_STR "Microsoft IIS Certificate Wizard"
  13. #define VER_INTERNALNAME_STR "certwiz"
  14. #define VER_ORIGINALFILENAME_STR "certwiz.ocx"
  15. #include "iisver.h"
  16. #include <common.ver>
  17. #endif // _COMSTATIC