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.
 
 
 
 
 
 

23 lines
1018 B

#ifdef RC_INVOKED
#include <winver.h>
#include <ntverp.h>
#define VER_FILEVERSION VER_PRODUCTBUILD
#define VER_FILEVERSION_STR VER_PRODUCTVERSION_STR
#define VER_PRODUCTNAME_STR "Microsoft URL Moniker 1.0 for Windows NT(TM) Operating System\0"
#define VER_COMPANYNAME_STR "Microsoft Corporation\0"
#define VER_LEGALTRADEMARKS_STR "Microsoft\256 is a registered trademark of Microsoft Corporation. Windows NT(TM) is a trademark of Microsoft Corporation\0"
#define VER_LEGALCOPYRIGHT_STR "Copyright \251 Microsoft Corp. 1995\0"
#define VER_COMMENT_STR "Microsoft URL Moniker 1.0 for Windows NT(TM) Operating System\0"
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE 0
#define VER_FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#define VER_FILEFLAGS 0L
#define VER_FILEOS VOS_NT_WINDOWS32
#define VER_FILEDESCRIPTION_STR "Microsoft URL Moniker 4.70 for Windows NT(TM) Operating System\0"
#endif /* RC_INVOKED */