Changeset 20374 in vbox for trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.cpp
- Timestamp:
- Jun 8, 2009 12:43:21 AM (16 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.