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-osd.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'epan/dissectors/packet-scsi-osd.h') diff --git a/epan/dissectors/packet-scsi-osd.h b/epan/dissectors/packet-scsi-osd.h index f1e8688057..08237216e8 100644 --- a/epan/dissectors/packet-scsi-osd.h +++ b/epan/dissectors/packet-scsi-osd.h @@ -25,10 +25,12 @@ #ifndef __PACKET_SCSI_OSD_H_ #define __PACKET_SCSI_OSD_H_ +#include "ws_symbol_export.h" + #define SCSI_OSD_OPCODE 0x7f extern int hf_scsi_osd_opcode; extern scsi_cdb_table_t scsi_osd_table[256]; -WS_VAR_IMPORT const value_string scsi_osd_vals[]; +WS_DLL_PUBLIC const value_string scsi_osd_vals[]; #endif -- cgit v1.2.3