VirtualBox

Ignore:
Timestamp:
Sep 20, 2024 12:18:54 PM (7 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164888
Message:

libs/xpcom: Fix building code using the XPCOM SDK bindings outside of VirtualBox, ticketref:22714 bugref:10773

File:
1 edited

Legend:

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

    r103531 r106112  
    4141#include "prtypes.h"
    4242
    43 #include <iprt/types.h>
     43#ifdef VBOX
     44# include <iprt/types.h>
     45#endif
    4446
    4547#ifdef VBOX_WITH_XPCOM_NAMESPACE_CLEANUP
     
    5961typedef struct PRMonitor PRMonitor;
    6062
     63#ifdef VBOX
    6164/*
    6265** Create a new monitor. Monitors are re-entrant locks with a single built-in
     
    129132
    130133NSPR_API(PRMonitor*) PR_NewNamedMonitor(const char* name);
     134#endif
    131135
    132136PR_END_EXTERN_C
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