Changeset 37808 in vbox
- Timestamp:
- Jul 7, 2011 7:45:50 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/alloc/alloc.cpp
r36190 r37808 29 29 * Header Files * 30 30 *******************************************************************************/ 31 #define RTMEM_NO_WRAP_TO_EF_APIS 31 #ifndef RTMEM_NO_WRAP_TO_EF_APIS 32 # define RTMEM_NO_WRAP_TO_EF_APIS 33 #endif 32 34 #include <iprt/mem.h> 33 35 #include "internal/iprt.h"
Note:
See TracChangeset
for help on using the changeset viewer.