VirtualBox

Changeset 3620 in vbox


Ignore:
Timestamp:
Jul 15, 2007 7:26:52 PM (17 years ago)
Author:
vboxsync
Message:

I hope this is it...

Location:
trunk/src/libs/liblzf-1.51
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/liblzf-1.51/Makefile.kmk

    r2981 r3620  
    2525VBox-liblzf_TEMPLATE = VBOXR3
    2626VBox-liblzf_DEFS = ULTRA_FAST #HLOG=14
     27VBox-liblzf_DEFS.win.amd64 = USE_UINTPTR_T=1
    2728VBox-liblzf_SOURCES= \
    2829        lzf_c.c \
  • trunk/src/libs/liblzf-1.51/lzf_c.c

    r1 r3620  
    3939#include "lzfP.h"
    4040#ifdef VBOX
    41 #include "lzf.h"
     41# include "lzf.h"
     42#endif
     43#ifdef USE_UINTPTR_T /* bird: use intptr_t for pointer acrobatics on 64-bit windows. */
     44# if defined(_MSC_VER)
     45#  include <crtdefs.h>
     46# else
     47#  include <stdint.h>
     48# endif
    4249#endif
    4350
     
    103110
    104111  unsigned int hval = FRST (ip);
     112#ifdef USE_UINTPTR_T /* bird: use intptr_t for pointer acrobatics on 64-bit windows. */
     113  uintptr_t off;
     114#else
    105115  unsigned long off;
     116#endif
    106117           int lit = 0;
    107118
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