VirtualBox

Changeset 23582 in vbox


Ignore:
Timestamp:
Oct 6, 2009 11:35:04 AM (15 years ago)
Author:
vboxsync
Message:

liblzf-3.4: Fixed build misconfig on windows (just use uintptr_t everwhere).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/liblzf-3.4/lzf_c.c

    r17027 r23582  
    3838#ifdef VBOX
    3939# include "lzf.h" /* need the prototype */
     40# include <iprt/types.h> /* need uintptr_t. */
    4041#endif
    4142
     
    124125   * special workaround for it.
    125126   */
     127#ifdef VBOX
     128  uintptr_t off;
     129#else
     130# error "Build config error."
    126131#if defined (WIN32) && defined (_M_X64)
    127132  unsigned _int64 off; /* workaround for missing POSIX compliance */
    128133#else
    129134  unsigned long off;
     135#endif
    130136#endif
    131137  unsigned int hval;
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