17 lines
500 B
Plaintext
17 lines
500 B
Plaintext
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Version String
|
|
//
|
|
|
|
#include "winver.h"
|
|
#include "ntverp.h"
|
|
|
|
#define VER_FILEDESCRIPTION_STR "Microsoft Internet Server Setup DLL (ANSI)"
|
|
#define VER_INTERNALNAME_STR "iis.dll"
|
|
#define VER_ORIGINALFILENAME_STR "iis_a.dll"
|
|
#define VER_FILETYPE VFT_DLL
|
|
|
|
#include "iisver.h"
|
|
#include "common.ver"
|
|
/////////////////////////////////////////////////////////////////////////////
|