VirtualBox

Changeset 99348 in vbox for trunk/src


Ignore:
Timestamp:
Apr 7, 2023 4:40:11 PM (22 months ago)
Author:
vboxsync
Message:

curl-8.0.1: fixing an issue on windows, caused by absense of curl_config.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/curl-7.87.0/lib/curl_setup.h

    r98326 r99348  
    8383#include "curl_config.h"
    8484
     85# ifdef VBOX
     86#  ifdef WIN32
     87     /* Fixing an issue with following #if (SIZEOF_CURL_OFF_T < 4) */
     88     /* Define to the size of `curl_off_t', as computed by sizeof. */
     89#    undef SIZEOF_CURL_OFF_T
     90#    define SIZEOF_CURL_OFF_T 8
     91#  endif
     92# endif
     93
    8594#else /* HAVE_CONFIG_H */
    8695
Note: See TracChangeset for help on using the changeset viewer.

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