Changeset 51915 in vbox
- Timestamp:
- Jul 8, 2014 1:36:31 AM (10 years ago)
- Location:
- trunk/src/VBox/Runtime/common
- Files:
-
- 2 edited
-
asn1/asn1-default-allocator.cpp (modified) (1 diff)
-
math/bignum.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/asn1/asn1-default-allocator.cpp
r51770 r51915 28 28 * Header Files * 29 29 *******************************************************************************/ 30 #if defined(DEBUG_bird) && !defined(IPRT_NO_CRT)31 # define RTMEM_WRAP_TO_EF_APIS32 #endif33 30 #include "internal/iprt.h" 34 31 #include <iprt/asn1.h> -
trunk/src/VBox/Runtime/common/math/bignum.cpp
r51770 r51915 29 29 * Header Files * 30 30 *******************************************************************************/ 31 #if defined(DEBUG_bird) && !defined(IN_SUP_HARDENED_R3)32 # define RTMEM_WRAP_TO_EF_APIS33 #endif34 31 #include "internal/iprt.h" 35 32 #include <iprt/bignum.h>
Note:
See TracChangeset
for help on using the changeset viewer.

