Changeset 19804 in vbox
- Timestamp:
- May 19, 2009 8:36:11 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47449
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/VBox/VBoxRTDeps.cpp
r19555 r19804 35 35 #include <iprt/system.h> 36 36 #include <iprt/assert.h> 37 #include <iprt/asm.h> 37 38 #ifdef VBOX_WITH_LIBXML2_IN_VBOXRT 38 39 # include <libxml/xmlmodule.h> … … 64 65 (PFNRT)RSA_generate_key, 65 66 #endif 66 (PFNRT)RTAssertShouldPanic 67 (PFNRT)RTAssertShouldPanic, 68 (PFNRT)ASMAtomicReadU64, 69 (PFNRT)ASMAtomicCmpXchgU64, 70 NULL 67 71 }; 68 72
Note:
See TracChangeset
for help on using the changeset viewer.