Changeset 104319 in vbox
- Timestamp:
- Apr 12, 2024 2:42:45 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/VBox/VBoxRTDeps.cpp
r98103 r104319 46 46 #include <iprt/system.h> 47 47 48 #include <libxml/catalog.h> 49 #include <libxml/globals.h> 48 #include <libxml/tree.h> 50 49 #ifdef RT_OS_WINDOWS 51 50 # include <iprt/win/windows.h> … … 77 76 { (PFNRT)SUPGetTscDeltaSlow }, 78 77 #endif 79 { (PFNRT)xml LoadCatalogs},78 { (PFNRT)xmlNewDocComment }, 80 79 { (PFNRT)RTLocalIpcServerCreate }, 81 80 { (PFNRT)MD5_Init },
Note:
See TracChangeset
for help on using the changeset viewer.