Changeset 20374 in vbox for trunk/src/VBox/Devices/Storage/DrvHostBase.h
- Timestamp:
- Jun 8, 2009 12:43:21 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48298
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvHostBase.h
r20367 r20374 25 25 #include <VBox/cdefs.h> 26 26 27 RT_ BEGIN_DECLS27 RT_C_DECLS_BEGIN 28 28 29 29 … … 198 198 #define PDMIBLOCK_2_DRVHOSTBASE(pInterface) ( (PDRVHOSTBASE)((uintptr_t)pInterface - RT_OFFSETOF(DRVHOSTBASE, IBlock)) ) 199 199 200 RT_ END_DECLS201 202 #endif 200 RT_C_DECLS_END 201 202 #endif
Note:
See TracChangeset
for help on using the changeset viewer.