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.
|
|
#include <winver.h>
#include "ntverp.h"
/*------------------------------------------------------------------------------*/ /* the following section defines values used in the version */ /* data structure for all files, and which do not change. */ /*------------------------------------------------------------------------------*/ #ifndef VER_FILETYPE
#define VER_FILETYPE VFT_DLL
#endif
#ifndef DLL_VER
#define VER_FILEDESCRIPTION_STR "Active Server Pages"
#define VER_INTERNALNAME_STR "asp.dll"
#define VER_ORIGINALFILENAME_STR "asp.dll"
#endif //DLL_VER
#include "iisver.h"
#include "common.ver"
|