summaryrefslogtreecommitdiffstats
path: root/gettext-runtime/windows/dllexport.h
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-runtime/windows/dllexport.h')
-rw-r--r--gettext-runtime/windows/dllexport.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gettext-runtime/windows/dllexport.h b/gettext-runtime/windows/dllexport.h
deleted file mode 100644
index 67bb9ca..0000000
--- a/gettext-runtime/windows/dllexport.h
+++ /dev/null
@@ -1,6 +0,0 @@
-
-#ifdef BUILDING_LIBINTL
-#define LIBINTL_DLL_EXPORTED __declspec(dllexport)
-#else
-#define LIBINTL_DLL_EXPORTED __declspec(dllimport)
-#endif