Changeset 20374 in vbox for trunk/src/VBox/Additions/common/VBoxGuest
- Timestamp:
- Jun 8, 2009 12:43:21 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48298
- Location:
- trunk/src/VBox/Additions/common/VBoxGuest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.cpp
r20369 r20374 88 88 #define SESSION_HASH(sfn) ((sfn) % RT_ELEMENTS(g_apSessionHashTab)) 89 89 90 RT_ BEGIN_DECLS90 RT_C_DECLS_BEGIN 91 91 /* Defined in VBoxGuestA-os2.asm */ 92 92 extern uint32_t g_PhysMMIOBase; … … 109 109 extern uint16_t g_cchInitText; 110 110 extern uint16_t g_cchInitTextMax; 111 RT_ END_DECLS111 RT_C_DECLS_END 112 112 113 113 -
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h
r20369 r20374 147 147 148 148 149 RT_ BEGIN_DECLS149 RT_C_DECLS_BEGIN 150 150 151 151 int VBoxGuestInitDevExt(PVBOXGUESTDEVEXT pDevExt, uint16_t IOPortBase, void *pvMMIOBase, uint32_t cbMMIO, VBOXOSTYPE enmOSType); … … 162 162 void *pvData, size_t cbData, size_t *pcbDataReturned); 163 163 164 RT_ END_DECLS164 RT_C_DECLS_END 165 165 166 166 #endif
Note:
See TracChangeset
for help on using the changeset viewer.