summaryrefslogtreecommitdiff
path: root/lib/common.h
diff options
context:
space:
mode:
authorYoungbok Shin <youngb.shin@samsung.com>2016-06-23 09:51:54 +0900
committerYoungbok Shin <youngb.shin@samsung.com>2016-06-23 09:51:54 +0900
commitc93352a5fa892a505dc3d04a651f59f1545e8251 (patch)
tree5a301433e20796f1088180e3b940012c57a36ed1 /lib/common.h
parent6b080fa5b4ace29c97777bad38bbe44ce286ab47 (diff)
downloadfribidi-c93352a5fa892a505dc3d04a651f59f1545e8251.tar.gz
fribidi-c93352a5fa892a505dc3d04a651f59f1545e8251.tar.bz2
fribidi-c93352a5fa892a505dc3d04a651f59f1545e8251.zip
Imported Upstream version 0.19.7upstream/0.19.7
Diffstat (limited to 'lib/common.h')
-rw-r--r--lib/common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/common.h b/lib/common.h
index 55a01ee..3e484b0 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -45,10 +45,6 @@
# define FRIBIDI_PRIVATESPACE(SYMBOL) FRIBIDI_PRIVATESPACE0(_,FRIBIDI_NAMESPACE(_##SYMBOL##__internal__))
#endif /* !FRIBIDI_PRIVATESPACE */
-#if (defined(WIN32)) || (defined(_WIN32_WCE))
-# define FRIBIDI_ENTRY __declspec(dllexport)
-#endif /* WIN32 */
-
#if FRIBIDI_USE_GLIB+0
# ifndef SIZEOF_LONG
# define SIZEOF_LONG GLIB_SIZEOF_LONG