Changeset 11551 in vbox for trunk/src/libs/xpcom18a4/nsprpub/pr/include/prinrval.h
- Timestamp:
- Aug 21, 2008 5:16:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/pr/include/prinrval.h
r1 r11551 52 52 53 53 #include "prtypes.h" 54 55 #ifdef VBOX_WITH_XPCOM_NAMESPACE_CLEANUP 56 #define PR_IntervalNow VBoxNsprPR_IntervalNow 57 #define PR_TicksPerSecond VBoxNsprPR_TicksPerSecond 58 #define PR_SecondsToInterval VBoxNsprPR_SecondsToInterval 59 #define PR_MillisecondsToInterval VBoxNsprPR_MillisecondsToInterval 60 #define PR_MicrosecondsToInterval VBoxNsprPR_MicrosecondsToInterval 61 #define PR_IntervalToSeconds VBoxNsprPR_IntervalToSeconds 62 #define PR_IntervalToMilliseconds VBoxNsprPR_IntervalToMilliseconds 63 #define PR_IntervalToMicroseconds VBoxNsprPR_IntervalToMicroseconds 64 #endif /* VBOX_WITH_XPCOM_NAMESPACE_CLEANUP */ 54 65 55 66 PR_BEGIN_EXTERN_C
Note:
See TracChangeset
for help on using the changeset viewer.