Changeset 20374 in vbox for trunk/src/VBox/HostDrivers/Support/os2
- 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/HostDrivers/Support/os2/SUPDrv-os2.cpp
r20366 r20374 64 64 #define SESSION_HASH(sfn) ((sfn) % RT_ELEMENTS(g_apSessionHashTab)) 65 65 66 RT_ BEGIN_DECLS66 RT_C_DECLS_BEGIN 67 67 /* Defined in SUPDrvA-os2.asm */ 68 68 extern uint16_t g_offLogHead; … … 74 74 extern uint16_t g_cchInitText; 75 75 extern uint16_t g_cchInitTextMax; 76 RT_ END_DECLS76 RT_C_DECLS_END 77 77 78 78
Note:
See TracChangeset
for help on using the changeset viewer.