17 lines
472 B
Plaintext
17 lines
472 B
Plaintext
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// Version String
|
||
|
//
|
||
|
|
||
|
#include "winver.h"
|
||
|
#include "ntverp.h"
|
||
|
|
||
|
#define VER_FILEDESCRIPTION_STR "IIS Plus WAM DLL"
|
||
|
#define VER_INTERNALNAME_STR "wam.dll"
|
||
|
#define VER_ORIGINALFILENAME_STR "wam.dll"
|
||
|
#define VER_FILETYPE VFT_DLL
|
||
|
|
||
|
#include "iisver.h"
|
||
|
#include "common.ver"
|
||
|
/////////////////////////////////////////////////////////////////////////////
|