Changeset 60603 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Apr 20, 2016 2:32:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/alloc-ef-r0drv.cpp
r59747 r60603 118 118 #ifdef RT_OS_WINDOWS 119 119 # include <Windows.h> 120 #el se120 #elif !defined(RT_OS_FREEBSD) 121 121 # include <sys/mman.h> 122 122 #endif … … 382 382 * This is something which you should call from gdb. 383 383 */ 384 extern "C" void RTMemDump(void); 384 RT_C_DECLS_BEGIN 385 void RTMemDump(void); 386 RT_C_DECLS_END 387 385 388 void RTMemDump(void) 386 389 {
Note:
See TracChangeset
for help on using the changeset viewer.