From 623caeeaa0038880925fa12d029d42d774c6ac8e Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 16 Nov 2013 19:47:25 +0000 Subject: For *definitions* of external data items, we need to use WS_DLL_PUBLIC_DEF. svn path=/trunk/; revision=53372 --- wsutil/bitswap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wsutil') diff --git a/wsutil/bitswap.c b/wsutil/bitswap.c index bccbecf401..8e0fa657b7 100644 --- a/wsutil/bitswap.c +++ b/wsutil/bitswap.c @@ -30,8 +30,7 @@ #include "bitswap.h" /* "swaptab[i]" is the value of "i" with the bits reversed. */ -const guint8 -swaptab[256] = +WS_DLL_PUBLIC_DEF const guint8 swaptab[256] = { 0x00, 0x80, 0x40, 0xc0, 0x20, 0xa0, 0x60, 0xe0, 0x10, 0x90, 0x50, 0xd0, 0x30, 0xb0, 0x70, 0xf0, -- cgit v1.2.3