Changeset 21337 in vbox for trunk/src/VBox/Runtime/common/string/simplepattern.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/string/simplepattern.cpp
r13549 r21337 34 34 *******************************************************************************/ 35 35 #include <iprt/string.h> 36 #include "internal/iprt.h" 37 36 38 #include <iprt/assert.h> 37 39 … … 90 92 #endif 91 93 } 94 RT_EXPORT_SYMBOL(RTStrSimplePatternMatch); 92 95 93 96 … … 153 156 } 154 157 } 158 RT_EXPORT_SYMBOL(RTStrSimplePatternNMatch); 155 159 156 160 … … 191 195 return false; 192 196 } 197 RT_EXPORT_SYMBOL(RTStrSimplePatternMultiMatch); 193 198 194
Note:
See TracChangeset
for help on using the changeset viewer.