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/misc/handletablectx.cpp

    r19865 r21337  
    2929 */
    3030
     31
    3132/*******************************************************************************
    3233*   Header Files                                                               *
    3334*******************************************************************************/
    3435#include <iprt/handletable.h>
     36#include "internal/iprt.h"
     37
    3538#include <iprt/mem.h>
    3639#include <iprt/spinlock.h>
     
    216219    return rc;
    217220}
     221RT_EXPORT_SYMBOL(RTHandleTableAllocWithCtx);
    218222
    219223
     
    259263    return pvObj;
    260264}
     265RT_EXPORT_SYMBOL(RTHandleTableLookupWithCtx);
    261266
    262267
     
    330335    return pvObj;
    331336}
    332 
     337RT_EXPORT_SYMBOL(RTHandleTableFreeWithCtx);
     338
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