VirtualBox

Ignore:
Timestamp:
Jul 7, 2009 2:58:27 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49685
Message:

IPRT,HostDrv,AddDrv: Export public IPRT symbols for the linux kernel (pain).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/string/simplepattern.cpp

    r13549 r21337  
    3434*******************************************************************************/
    3535#include <iprt/string.h>
     36#include "internal/iprt.h"
     37
    3638#include <iprt/assert.h>
    3739
     
    9092#endif
    9193}
     94RT_EXPORT_SYMBOL(RTStrSimplePatternMatch);
    9295
    9396
     
    153156    }
    154157}
     158RT_EXPORT_SYMBOL(RTStrSimplePatternNMatch);
    155159
    156160
     
    191195    return false;
    192196}
     197RT_EXPORT_SYMBOL(RTStrSimplePatternMultiMatch);
    193198
    194 
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette