Mon Feb 9 13:52:30 GMT 2004 (trog)

-----------------------------------

  * libclamav/ole2_extract.c: Change directives in
        accordance with clamav-config.h - should fix-up
        what (tk) was trying to do.


git-svn: trunk@258
remotes/push_mirror/metadata
Trog 22 years ago
parent 325e2ec083
commit dd738fa624
  1. 7
      clamav-devel/ChangeLog
  2. 4
      clamav-devel/libclamav/ole2_extract.c

@ -1,3 +1,10 @@
Mon Feb 9 13:52:30 GMT 2004 (trog)
-----------------------------------
* libclamav/ole2_extract.c: Change directives in
accordance with clamav-config.h - should fix-up
what (tk) was trying to do.
Mon Feb 9 13:40:37 GMT 2004 (trog)
-----------------------------------

@ -42,7 +42,7 @@
#define MIN(a, b) (((a) < (b)) ? (a) : (b))
#ifdef WORDS_LITTLEENDIAN
#if WORDS_BIGENDIAN == 0
#define ole2_endian_convert_16(v) (v)
#else
static uint16_t ole2_endian_convert_16(uint16_t v)
@ -51,7 +51,7 @@ static uint16_t ole2_endian_convert_16(uint16_t v)
}
#endif
#ifdef WORDS_LITTLEENDIAN
#if WORDS_BIGENDIAN == 0
#define ole2_endian_convert_32(v) (v)
#else
static uint32_t ole2_endian_convert_32(uint32_t v)

Loading…
Cancel
Save