Changeset 16630 in vbox for trunk/src/VBox
- Timestamp:
- Feb 10, 2009 1:15:15 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42602
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Builtins2.h
r16627 r16630 36 36 extern DECLEXPORT(const unsigned char) g_abVmiBiosBinary[]; 37 37 extern DECLEXPORT(const unsigned) g_cbVmiBiosBinary; 38 # ifdef VBOX_WITH_EFI38 # ifdef VBOX_WITH_EFI 39 39 extern DECLEXPORT(const unsigned char) g_abEfiThunkBinary[]; 40 40 extern DECLEXPORT(const unsigned) g_cbEfiThunkBinary; 41 # endif42 #else 41 # endif 42 #else /* !IN_VBOXDD2 */ 43 43 extern DECLIMPORT(const unsigned char) g_abPcBiosBinary[]; 44 44 extern DECLIMPORT(const unsigned) g_cbPcBiosBinary; … … 49 49 extern DECLIMPORT(const unsigned char) g_abVmiBiosBinary[]; 50 50 extern DECLIMPORT(const unsigned) g_cbVmiBiosBinary; 51 # ifdef VBOX_WITH_EFI51 # ifdef VBOX_WITH_EFI 52 52 extern DECLIMPORT(const unsigned char) g_abEfiThunkBinary[]; 53 53 extern DECLIMPORT(const unsigned) g_cbEfiThunkBinary; 54 # endif55 #endif 54 # endif 55 #endif /* !IN_VBOXDD2 */ 56 56 extern const PDMDEVREG g_DeviceAPIC; 57 57 extern const PDMDEVREG g_DeviceIOAPIC;
Note:
See TracChangeset
for help on using the changeset viewer.