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.
 
 
 
 
 
 

34 lines
816 B

/****************************************************************************
VERRES.H
Owner: cslim
Copyright (c) 1997-2000 Microsoft Corporation
History:
18-DEC-2000 cslim Created
*****************************************************************************/
#if !defined (_VERRES_H__INCLUDED_)
#define _VERRES_H__INCLUDED_
#include <ntverp.h>
// For Boot strapper exe (setup.exe)
// #define THIS_VERSION_STR TEXT("{6.1.2406.0}")
#ifndef VERRES_VERSION_MAJOR
#define VERRES_VERSION_MAJOR 6
#endif
#ifndef VERRES_VERSION_MINOR
#define VERRES_VERSION_MINOR 1
#endif
#ifndef VERRES_VERSION_BUILD
#define VERRES_VERSION_BUILD VER_PRODUCTBUILD
#endif
#ifndef VERRES_VERSION_REVISION
#define VERRES_VERSION_REVISION 0
#endif
#endif // !defined (_VERRES_H__INCLUDED_)