aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sminmpec.h
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2013-03-01 23:53:11 +0000
committerBalint Reczey <balint@balintreczey.hu>2013-03-01 23:53:11 +0000
commit1ebdb2e521ca0cbd7aeebd1c89b8a5cf6a4cc322 (patch)
treed6dde0ea7b6e6e15cc2c51a5f478fb85965b9720 /epan/sminmpec.h
parent0b8d70bfb715bc3d89b6dfae86fc79d7c4387f02 (diff)
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
Diffstat (limited to 'epan/sminmpec.h')
-rw-r--r--epan/sminmpec.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/sminmpec.h b/epan/sminmpec.h
index e234914f56..0eb6726720 100644
--- a/epan/sminmpec.h
+++ b/epan/sminmpec.h
@@ -25,6 +25,8 @@
#ifndef __SMINMPEC_H__
#define __SMINMPEC_H__
+#include "ws_symbol_export.h"
+
/*
* These are SMI Network Management Private Enterprise Codes for
* organizations; see
@@ -84,6 +86,6 @@
/* Greater than 32,767 need to be tagged unsigned. */
#define VENDOR_NTOP 35632u
-WS_VAR_IMPORT value_string_ext sminmpec_values_ext;
+WS_DLL_PUBLIC value_string_ext sminmpec_values_ext;
#endif /* __SMINMPEC_H__ */