Leaked source code of windows server 2003
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.
 
 
 
 
 
 

56 lines
972 B

#include <ntverp.h>
#include "iisver.h"
//
// Undo IIS's definitions and use our own
//
#ifdef VER_PRODUCTNAME_STR
#undef VER_PRODUCTNAME_STR
#endif
#define VER_PRODUCTNAME_STR "Microsoft(R) Internet Services"
#ifdef VER_FILEVERSION
#undef VER_FILEVERSION
#endif
#ifdef VER_PRODUCTVERSION
#undef VER_PRODUCTVERSION
#endif
#ifdef VER_PRODUCTVERSION_STR
#undef VER_PRODUCTVERSION_STR
#endif
#ifdef VER_FILESUBTYPE
#undef VER_FILESUBTYPE
#endif
#ifndef rmj
#define rmj VER_IISMAJORVERSION
#endif // !rmj
#ifndef rmn
#define rmn VER_IISMINORVERSION
#endif // !rmn
#define rmm VER_IISPRODUCTBUILD
#define rup 0
#define szVerName ""
#define szVerUser "_mpubld"
#ifdef MAC
#ifndef _rmacmaj
#define _rmacmaj 0x6
#endif
#ifndef _rmacmin
#define _rmacmin 0x
#endif
#ifndef _rmacint
#define _rmacint 0x
#endif
#ifndef _rmactype
#define _rmactype
#endif
#ifndef _rmacstr
#define _rmacstr "6.0"
#endif
#endif //MAC