Changeset 20369 in vbox for trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.cpp
- Timestamp:
- Jun 8, 2009 12:26:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.cpp
r14297 r20369 88 88 #define SESSION_HASH(sfn) ((sfn) % RT_ELEMENTS(g_apSessionHashTab)) 89 89 90 __BEGIN_DECLS90 RT_BEGIN_DECLS 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 __END_DECLS111 RT_END_DECLS 112 112 113 113
Note:
See TracChangeset
for help on using the changeset viewer.