Changeset 3149 in vbox for trunk/src/libs/xpcom18a4/nsprpub/pr/include/md
- Timestamp:
- Jun 18, 2007 10:24:11 PM (18 years ago)
- Location:
- trunk/src/libs/xpcom18a4/nsprpub/pr/include/md
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/pr/include/md/_os2.h
r1 r3149 370 370 #define _PR_LOCK _MD_LOCK 371 371 #define _PR_UNLOCK _MD_UNLOCK 372 372 extern void 373 md_UnlockAndPostNotifies(struct _MDLock *lock, PRThread *waitThred, struct _MDCVar *waitCV); 373 374 #ifdef USE_RAMSEM 374 375 #define _MD_NEW_LOCK (_PR_MD_NEW_LOCK) -
trunk/src/libs/xpcom18a4/nsprpub/pr/include/md/_vbox.cfg
r2988 r3149 54 54 #elif defined(__SOLARIS__) 55 55 # include <md/_solaris.cfg> 56 #elif defined(__OS2__) 57 # include <md/_os2.cfg> 56 58 #else 57 59 # error "Define the correct platform identifier / Port me."
Note:
See TracChangeset
for help on using the changeset viewer.