22 lines
953 B
Diff
22 lines
953 B
Diff
|
diff --git a/lib/sphinxbase-5prealpha-2015-08-05/include/sphinxbase/sphinxbase_export.h b/lib/sphinxbase-5prealpha-2015-08-05/include/sphinxbase/sphinxbase_export.h
|
||
|
index 535d460..da4d633 100644
|
||
|
--- a/lib/sphinxbase-5prealpha-2015-08-05/include/sphinxbase/sphinxbase_export.h
|
||
|
+++ b/lib/sphinxbase-5prealpha-2015-08-05/include/sphinxbase/sphinxbase_export.h
|
||
|
@@ -1,15 +1,7 @@
|
||
|
#ifndef __SPHINXBASE_EXPORT_H__
|
||
|
#define __SPHINXBASE_EXPORT_H__
|
||
|
|
||
|
-/* Win32/WinCE DLL gunk */
|
||
|
-#if (defined(_WIN32) || defined(_WIN32_WCE)) && !defined(_WIN32_WP) && !defined(__MINGW32__) && !defined(__CYGWIN__) && !defined(__WINSCW__) && !defined(__SYMBIAN32__)
|
||
|
-#if defined(SPHINXBASE_EXPORTS) /* Visual Studio */
|
||
|
-#define SPHINXBASE_EXPORT __declspec(dllexport)
|
||
|
-#else
|
||
|
-#define SPHINXBASE_EXPORT __declspec(dllimport)
|
||
|
-#endif
|
||
|
-#else /* !_WIN32 */
|
||
|
+// We're creating a static library. No __declspec!
|
||
|
#define SPHINXBASE_EXPORT
|
||
|
-#endif
|
||
|
|
||
|
#endif /* __SPHINXBASE_EXPORT_H__ */
|