VirtualBox

Ignore:
Timestamp:
Feb 25, 2023 8:51:38 PM (2 years ago)
Author:
vboxsync
Message:

lobs/liblzma-5.4.1: Windows build fixes, bugref:10254

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/liblzma-5.4.1/common/stream_decoder_mt.c

    r98730 r98737  
    13631363                // towards more favorable conditions (less memory in use,
    13641364                // more in cache).
     1365#ifndef VBOX
    13651366                uint64_t mem_in_use;
    13661367                uint64_t mem_cached;
     1368#else
     1369                uint64_t mem_in_use = 0; /* Shut up msc who can't grok the mythread_sync construct below. */
     1370                uint64_t mem_cached = 0;
     1371#endif
    13671372                struct worker_thread *thr = NULL; // Init to silence warning.
    13681373
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