Leaked source code of windows server 2003
 
 
 
 
 
 

16 lines
516 B

/////////////////////////////////////////////////////////////////////////////
//
// Version String
//
#include "winver.h"
#include "ntverp.h"
#define VER_FILEDESCRIPTION_STR "Microsoft Internet Services ASPTXN DLL"
#define VER_INTERNALNAME_STR "asptxn.dll"
#define VER_ORIGINALFILENAME_STR "asptxn.dll"
#define VER_FILETYPE VFT_DLL
#include "iisver.h"
#include "common.ver"
/////////////////////////////////////////////////////////////////////////////