Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-17617

drivers\base\bootvid\arm\arm.h does not compile anymore

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Minor
    • 0.4.15
    • None

    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

        Activity

          People

            Unassigned Unassigned
            Serge Gautherie Serge Gautherie
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: