Details
-
Bug
-
Resolution: Fixed
-
Minor
-
0.4.15-dev-209-gcd91271 https://github.com/reactos/reactos/commit/cd91271796117c0f89c06a6c3f66e6ba4328dd9b
Description
Regressed by binarymaster's CORE-16219.
–
.../arm.h(34): error C4013: 'GetRValue' undefined; assuming extern returning int
|
.../arm.h(34): error C2065: 'DefaultPalette': undeclared identifier
|
.../arm.h(34): error C2109: subscript requires array or pointer type
|
.../arm.h(35): error C4013: 'GetGValue' undefined; assuming extern returning int
|
.../arm.h(35): error C2065: 'DefaultPalette': undeclared identifier
|
.../arm.h(35): error C2109: subscript requires array or pointer type
|
.../arm.h(36): error C4013: 'GetBValue' undefined; assuming extern returning int
|
.../arm.h(36): error C2065: 'DefaultPalette': undeclared identifier
|
.../arm.h(36): error C2109: subscript requires array or pointer type
|
–
- precomp.h includes arm/arm.h, but before it #define Get?Value.
Needs to be reordered. - I guess DefaultPalette is a typo, and should be VidpDefaultPalette.
Needs to be reordered too.
Attachments
Issue Links
- is blocked by
-
CORE-16219 Implement bootvid driver for Xbox
-
- Resolved
-