From 1ebdb2e521ca0cbd7aeebd1c89b8a5cf6a4cc322 Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Fri, 1 Mar 2013 23:53:11 +0000 Subject: Export libwireshark symbols using WS_DLL_PUBLIC define Also remove old WS_VAR_IMPORT define and related Makefile magic everywhere in the project. svn path=/trunk/; revision=47992 --- epan/dissectors/packet-scsi-smc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'epan/dissectors/packet-scsi-smc.h') diff --git a/epan/dissectors/packet-scsi-smc.h b/epan/dissectors/packet-scsi-smc.h index 6eaa76eebe..b512ef367a 100644 --- a/epan/dissectors/packet-scsi-smc.h +++ b/epan/dissectors/packet-scsi-smc.h @@ -29,6 +29,8 @@ #ifndef __PACKET_SCSI_SMC_H_ #define __PACKET_SCSI_SMC_H_ +#include "ws_symbol_export.h" + /* SMC Commands */ #define SCSI_SMC_EXCHANGE_MEDIUM 0x40 #define SCSI_SMC_INITIALIZE_ELEMENT_STATUS 0x07 @@ -50,6 +52,6 @@ void dissect_smc_readelementstatus (tvbuff_t *tvb, packet_info *pinfo, proto_tre extern int hf_scsi_smc_opcode; extern scsi_cdb_table_t scsi_smc_table[256]; -WS_VAR_IMPORT const value_string scsi_smc_vals[]; +WS_DLL_PUBLIC const value_string scsi_smc_vals[]; #endif -- cgit v1.2.3