Export libwireshark symbols using WS_DLL_PUBLIC define
[metze/wireshark/wip.git] / asn1 / ansi_map / packet-ansi_map-template.h
index 28e67776b83a5fa85725e0fff412107409b15b67..3d47861dacaef9fc7fb1199c69115aac7efca8ce 100644 (file)
@@ -26,6 +26,8 @@
 #ifndef PACKET_ANSI_MAP_H
 #define PACKET_ANSI_MAP_H
 
+#include "ws_symbol_export.h"
+
 #define        ANSI_MAP_MAX_NUM_MESSAGE_TYPES  256
 
 typedef struct _ansi_map_tap_rec_t {
@@ -39,7 +41,7 @@ typedef struct _ansi_map_tap_rec_t {
  * without having to duplicate it. With MSVC and a
  * libwireshark.dll, we need a special declaration.
  */
-WS_VAR_IMPORT const value_string ansi_map_opr_code_strings[];
+WS_DLL_PUBLIC const value_string ansi_map_opr_code_strings[];