Fix win32 and mac osx build.

remotes/push_mirror/0.96
Török Edvin 16 years ago
parent 29cbf0787b
commit b1948471a1
  1. 1
      libclamav/fmap.h
  2. 3
      win32/libclamav.def

@ -21,6 +21,7 @@
#ifndef __FMAP_H
#define __FMAP_H
#include <time.h>
#include "cltypes.h"
typedef struct {

@ -53,6 +53,7 @@ EXPORTS cli_bytecode_load
EXPORTS cli_bytecode_init
EXPORTS cli_bytecode_debug
EXPORTS cli_bytecode_debug_printsrc
EXPORTS cli_bytecode_printversion
; shared stuff - to be either double compiled into the tools or treated like cli_xxx
EXPORTS opendir
@ -106,4 +107,4 @@ EXPORTS w32_inet_ntop
EXPORTS w32_gethostbyname
EXPORTS w32_select
EXPORTS w32_stat
EXPORTS w32_stat

Loading…
Cancel
Save