Changeset 20365 in vbox for trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp
- Timestamp:
- Jun 8, 2009 12:19:18 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48288
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp
r19767 r20365 45 45 * Global Variables * 46 46 *******************************************************************************/ 47 __BEGIN_DECLS47 RT_BEGIN_DECLS 48 48 extern DECLEXPORT(const PDMDEVHLPR0) g_pdmR0DevHlp; 49 49 extern DECLEXPORT(const PDMPICHLPR0) g_pdmR0PicHlp; … … 51 51 extern DECLEXPORT(const PDMIOAPICHLPR0) g_pdmR0IoApicHlp; 52 52 extern DECLEXPORT(const PDMPCIHLPR0) g_pdmR0PciHlp; 53 __END_DECLS53 RT_END_DECLS 54 54 55 55
Note:
See TracChangeset
for help on using the changeset viewer.