Changeset 36521 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Apr 4, 2011 12:24:23 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70942
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/xml.cpp
r36405 r36521 91 91 /** Used to provide some thread safety missing in libxml2 (see e.g. 92 92 * XmlTreeBackend::read()) */ 93 RT LockMtx lock;93 RTCLockMtx lock; 94 94 } 95 95 sxml; /* XXX naming this xml will break with gcc-3.3 */ … … 387 387 { 388 388 PFNEXTERNALENTITYLOADER pOldLoader; 389 RT Lock lock;389 RTCLock lock; 390 390 391 391 Data()
Note:
See TracChangeset
for help on using the changeset viewer.