VirtualBox

Ignore:
Timestamp:
Oct 19, 2011 5:04:08 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74463
Message:

Config.kmk, mangling, Runtime: use static zlib for Solaris.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/zip/gzipvfs.cpp

    r39032 r39043  
    4141#include <zlib.h>
    4242
     43#if defined(RT_OS_OS2) || defined(RT_OS_SOLARIS) || defined(RT_OS_WINDOWS)
     44/**
     45 * Drag in the missing zlib symbols.
     46 */
     47PFNRT g_apfnRTZlibDeps[] =
     48{
     49    (PFNRT)gzrewind,
     50    (PFNRT)gzread,
     51    (PFNRT)gzopen,
     52    (PFNRT)gzwrite,
     53    (PFNRT)gzclose,
     54    (PFNRT)gzdopen,
     55    NULL
     56};
     57#endif /* RT_OS_OS2 || RT_OS_SOLARIS || RT_OS_WINDOWS */
    4358
    4459/*******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette