mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:52:11 +00:00
[NDK][HAL][NTOS] Add missing PRCB_MINOR_VERSION / PRCB_MAJOR_VERSION and use them.
This commit is contained in:
parent
cfbb734799
commit
9ea2b803c8
8 changed files with 21 additions and 10 deletions
|
@ -160,6 +160,7 @@ typedef enum
|
|||
//
|
||||
// PRCB Flags
|
||||
//
|
||||
#define PRCB_MINOR_VERSION 1
|
||||
#define PRCB_MAJOR_VERSION 1
|
||||
#define PRCB_BUILD_DEBUG 1
|
||||
#define PRCB_BUILD_UNIPROCESSOR 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue