summaryrefslogtreecommitdiff
path: root/ws_symbol_export.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-11-16 22:57:54 +0000
committerGuy Harris <guy@alum.mit.edu>2013-11-16 22:57:54 +0000
commitdd1034e1f5f2285721a9deb8b95ea17222e50939 (patch)
treeeb65ea63ee2b565a78e5b17ec1c6aae014c6af70 /ws_symbol_export.h
parentbc8d5a1e61c0bb7cf1abbcfa8676ea81a66e0106 (diff)
downloadwireshark-dd1034e1f5f2285721a9deb8b95ea17222e50939.tar.gz
I guess the order *doesn't* matter.
svn path=/trunk/; revision=53376
Diffstat (limited to 'ws_symbol_export.h')
-rw-r--r--ws_symbol_export.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ws_symbol_export.h b/ws_symbol_export.h
index be10c93ab0..ebf9e7d935 100644
--- a/ws_symbol_export.h
+++ b/ws_symbol_export.h
@@ -141,10 +141,6 @@
*
* Either can be used for exported *function* declarations and definitions.
*/
-#if defined _WIN32 || defined __CYGWIN__
-#define WS_DLL_PUBLIC extern WS_DLL_PUBLIC_DEF
-#else
#define WS_DLL_PUBLIC WS_DLL_PUBLIC_DEF extern
-#endif
#endif /* SYMBOL_EXPORT_H */