Changeset 21337 in vbox for trunk/src/VBox/Runtime/common/misc/handletable.cpp
- Timestamp:
- Jul 7, 2009 2:58:27 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49685
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/handletable.cpp
r19865 r21337 29 29 */ 30 30 31 31 32 /******************************************************************************* 32 33 * Header Files * 33 34 *******************************************************************************/ 34 35 #include <iprt/handletable.h> 36 #include "internal/iprt.h" 37 35 38 #include <iprt/mem.h> 36 39 #include <iprt/spinlock.h> … … 115 118 return VINF_SUCCESS; 116 119 } 120 RT_EXPORT_SYMBOL(RTHandleTableCreateEx); 117 121 118 122 … … 121 125 return RTHandleTableCreateEx(phHandleTable, RTHANDLETABLE_FLAGS_LOCKED, 1, 65534, NULL, NULL); 122 126 } 127 RT_EXPORT_SYMBOL(RTHandleTableCreate); 123 128 124 129 … … 215 220 return VINF_SUCCESS; 216 221 } 217 222 RT_EXPORT_SYMBOL(RTHandleTableDestroy); 223
Note:
See TracChangeset
for help on using the changeset viewer.