Changeset 47200 in vbox for trunk/src/VBox
- Timestamp:
- Jul 16, 2013 4:00:43 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/generic/threadctxhooks-r0drv-generic.cpp
r47199 r47200 38 38 return VERR_NOT_SUPPORTED; 39 39 } 40 RT_EXPORT_SYMBOL(RTThreadCtxHooks Register);40 RT_EXPORT_SYMBOL(RTThreadCtxHooksCreate); 41 41 42 42 … … 45 45 NOREF(hThreadCtx); 46 46 } 47 RT_EXPORT_SYMBOL(RTThreadCtxHooks Register);47 RT_EXPORT_SYMBOL(RTThreadCtxHooksDestroy); 48 48 49 49
Note:
See TracChangeset
for help on using the changeset viewer.