mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Remove duplicate definitions.
svn path=/trunk/; revision=16967
This commit is contained in:
parent
0f4524a978
commit
b5bd68a13b
1 changed files with 0 additions and 17 deletions
|
@ -240,26 +240,9 @@ RtlVerifyVersionInfo(
|
||||||
Header hell made me do it, don't blame me. Please move these somewhere more
|
Header hell made me do it, don't blame me. Please move these somewhere more
|
||||||
sensible
|
sensible
|
||||||
*/
|
*/
|
||||||
#define VER_EQUAL 1
|
|
||||||
#define VER_GREATER 2
|
|
||||||
#define VER_GREATER_EQUAL 3
|
|
||||||
#define VER_LESS 4
|
|
||||||
#define VER_LESS_EQUAL 5
|
|
||||||
#define VER_AND 6
|
|
||||||
#define VER_OR 7
|
|
||||||
|
|
||||||
#define VER_CONDITION_MASK 7
|
#define VER_CONDITION_MASK 7
|
||||||
#define VER_NUM_BITS_PER_CONDITION_MASK 3
|
#define VER_NUM_BITS_PER_CONDITION_MASK 3
|
||||||
|
|
||||||
#define VER_MINORVERSION 0x0000001
|
|
||||||
#define VER_MAJORVERSION 0x0000002
|
|
||||||
#define VER_BUILDNUMBER 0x0000004
|
|
||||||
#define VER_PLATFORMID 0x0000008
|
|
||||||
#define VER_SERVICEPACKMINOR 0x0000010
|
|
||||||
#define VER_SERVICEPACKMAJOR 0x0000020
|
|
||||||
#define VER_SUITENAME 0x0000040
|
|
||||||
#define VER_PRODUCT_TYPE 0x0000080
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @implemented
|
* @implemented
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue