VirtualBox

Changeset 82093 in vbox for trunk/include


Ignore:
Timestamp:
Nov 22, 2019 12:56:48 AM (5 years ago)
Author:
vboxsync
Message:

VBoxVideoVBEPrivate.h: Pointed out pragma pack misconception.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/Graphics/VBoxVideoVBEPrivate.h

    r76585 r82093  
    176176#define VBE_PRINTF_PORT      0x3b7
    177177
    178 /*
     178/**
    179179 * This one is for compactly storing a list of mode info blocks
    180180 */
    181 #pragma pack(1) /* pack(1) is important! (you'll get a byte extra for each of the u8 fields elsewise...) */
     181#pragma pack(1) /* pack(1) is important! (you'll get a byte extra for each of the u8 fields elsewise...)
     182                 * bird: Load of non-sense. You'll get two extra bytes before MaxPixelClock if you don't pack it.  */
    182183typedef struct ModeInfoBlockCompact
    183184{
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette