Changeset 106112 in vbox for trunk/src/libs/xpcom18a4/nsprpub/pr/include/prmon.h
- Timestamp:
- Sep 20, 2024 12:18:54 PM (7 months ago)
- svn:sync-xref-src-repo-rev:
- 164888
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/pr/include/prmon.h
r103531 r106112 41 41 #include "prtypes.h" 42 42 43 #include <iprt/types.h> 43 #ifdef VBOX 44 # include <iprt/types.h> 45 #endif 44 46 45 47 #ifdef VBOX_WITH_XPCOM_NAMESPACE_CLEANUP … … 59 61 typedef struct PRMonitor PRMonitor; 60 62 63 #ifdef VBOX 61 64 /* 62 65 ** Create a new monitor. Monitors are re-entrant locks with a single built-in … … 129 132 130 133 NSPR_API(PRMonitor*) PR_NewNamedMonitor(const char* name); 134 #endif 131 135 132 136 PR_END_EXTERN_C
Note:
See TracChangeset
for help on using the changeset viewer.