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/obsolete/probslet.h

    r1 r11551  
    4545
    4646#include "prio.h"
     47
     48#ifdef VBOX_WITH_XPCOM_NAMESPACE_CLEANUP
     49#define PR_Yield VBoxNsprPR_Yield
     50#define PR_Select VBoxNsprPR_Select
     51#define PR_FD_ZERO VBoxNsprPR_FD_ZERO
     52#define PR_FD_SET VBoxNsprPR_FD_SET
     53#define PR_FD_CLR VBoxNsprPR_FD_CLR
     54#define PR_FD_ISSET VBoxNsprPR_FD_ISSET
     55#define PR_FD_NSET VBoxNsprPR_FD_NSET
     56#define PR_FD_NCLR VBoxNsprPR_FD_NCLR
     57#define PR_FD_NISSET VBoxNsprPR_FD_NISSET
     58#define PR_Stat VBoxNsprPR_Stat
     59#endif /* VBOX_WITH_XPCOM_NAMESPACE_CLEANUP */
    4760
    4861PR_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