VirtualBox

Changeset 16630 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 10, 2009 1:15:15 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
42602
Message:

Builtins.h: indent, comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Builtins2.h

    r16627 r16630  
    3636extern DECLEXPORT(const unsigned char)  g_abVmiBiosBinary[];
    3737extern DECLEXPORT(const unsigned)       g_cbVmiBiosBinary;
    38 #ifdef VBOX_WITH_EFI
     38# ifdef VBOX_WITH_EFI
    3939extern DECLEXPORT(const unsigned char)  g_abEfiThunkBinary[];
    4040extern DECLEXPORT(const unsigned)       g_cbEfiThunkBinary;
    41 #endif
    42 #else
     41# endif
     42#else  /* !IN_VBOXDD2 */
    4343extern DECLIMPORT(const unsigned char)  g_abPcBiosBinary[];
    4444extern DECLIMPORT(const unsigned)       g_cbPcBiosBinary;
     
    4949extern DECLIMPORT(const unsigned char)  g_abVmiBiosBinary[];
    5050extern DECLIMPORT(const unsigned)       g_cbVmiBiosBinary;
    51 #ifdef VBOX_WITH_EFI
     51# ifdef VBOX_WITH_EFI
    5252extern DECLIMPORT(const unsigned char)  g_abEfiThunkBinary[];
    5353extern DECLIMPORT(const unsigned)       g_cbEfiThunkBinary;
    54 #endif
    55 #endif
     54# endif
     55#endif /* !IN_VBOXDD2 */
    5656extern const PDMDEVREG g_DeviceAPIC;
    5757extern const PDMDEVREG g_DeviceIOAPIC;
Note: See TracChangeset for help on using the changeset viewer.

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