VirtualBox

Ignore:
Timestamp:
Aug 21, 2008 5:16:02 PM (16 years ago)
Author:
vboxsync
Message:

API/xpcom: prefix any C symbols in VBoxXPCOM.so, to avoid namespace pollution. Enabled only on Linux at the moment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/nsprpub/pr/include/prlock.h

    r1 r11551  
    5050
    5151#include "prtypes.h"
     52
     53#ifdef VBOX_WITH_XPCOM_NAMESPACE_CLEANUP
     54#define PR_DestroyLock VBoxNsprPR_DestroyLock
     55#define PR_Lock VBoxNsprPR_Lock
     56#define PR_NewLock VBoxNsprPR_NewLock
     57#define PR_Unlock VBoxNsprPR_Unlock
     58#endif /* VBOX_WITH_XPCOM_NAMESPACE_CLEANUP */
    5259
    5360PR_BEGIN_EXTERN_C
Note: See TracChangeset for help on using the changeset viewer.

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