- Timestamp:
- Apr 12, 2012 12:16:02 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77435
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv-dtrace.cpp
r40892 r40893 56 56 /* Seems there is some return code difference here. Keep the return code and 57 57 case it to whatever the host desires. */ 58 #if defined (RT_OS_DARWIN) && MAC_OS_X_VERSION_MIN_REQUIRED < 1070 58 #ifdef RT_OS_DARWIN 59 # if MAC_OS_X_VERSION_MIN_REQUIRED < 1070 59 60 typedef void FNPOPS_ENABLE(void *, dtrace_id_t, void *); 61 # else 62 typedef int FNPOPS_ENABLE(void *, dtrace_id_t, void *); 63 # endif 60 64 #else 61 65 typedef int FNPOPS_ENABLE(void *, dtrace_id_t, void *);
Note:
See TracChangeset
for help on using the changeset viewer.