Changeset 24179 in vbox for trunk/include/iprt
- Timestamp:
- Oct 30, 2009 10:26:43 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/initterm.h
r20374 r24179 115 115 */ 116 116 RTR0DECL(void) RTR0Term(void); 117 118 /** 119 * Forcibily terminates the ring-0 driver runtime library. 120 * 121 * This should be used when statically linking the IPRT. Module using dynamic 122 * linking shall use RTR0Term. If you're not sure, use RTR0Term! 123 */ 124 RTR0DECL(void) RTR0TermForced(void); 117 125 #endif 118 126
Note:
See TracChangeset
for help on using the changeset viewer.