Changeset 57582 in vbox for trunk/src/VBox
- Timestamp:
- Aug 29, 2015 12:19:37 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102410
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/darwin/RTCrStoreCreateSnapshotById-darwin.cpp
r57580 r57582 35 35 #include <iprt/err.h> 36 36 #include <iprt/file.h> 37 38 /* HACK ALERT! Shut up those deprecated messages on SecKeychainSearchCreateFromAttributes and SecKeychainSearchCopyNext. */ 39 #include <CoreFoundation/CoreFoundation.h> 40 #undef DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER 41 #define DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER 37 42 38 43 #include <Security/Security.h>
Note:
See TracChangeset
for help on using the changeset viewer.