virtualbox-7.0.2

This commit is contained in:
Rmys
2022-10-23 20:12:08 +03:00
parent 65be328191
commit f9d583cd38
43 changed files with 275 additions and 8230 deletions
@@ -0,0 +1,13 @@
Fix compiling with shared liblzf library by not mangling the needed symbols
--- a/src/VBox/Runtime/common/zip/zip.cpp 2022-10-07 01:11:55.000000000 +0800
+++ b/src/VBox/Runtime/common/zip/zip.cpp 2022-10-19 22:35:37.996450458 +0800
@@ -61,7 +61,9 @@
# include <zlib.h>
#endif
#ifdef RTZIP_USE_LZF
+extern "C" {
# include <lzf.h>
+}
# include <iprt/crc.h>
#endif
#ifdef RTZIP_USE_LZJB