summaryrefslogtreecommitdiff
path: root/sci_gateway/cpp/libscilab_toolbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sci_gateway/cpp/libscilab_toolbox.hxx')
-rw-r--r--sci_gateway/cpp/libscilab_toolbox.hxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/sci_gateway/cpp/libscilab_toolbox.hxx b/sci_gateway/cpp/libscilab_toolbox.hxx
deleted file mode 100644
index a36a14c..0000000
--- a/sci_gateway/cpp/libscilab_toolbox.hxx
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef __LIBSCILAB_TOOLBOX_GW_HXX__
-#define __LIBSCILAB_TOOLBOX_GW_HXX__
-
-#ifdef _MSC_VER
-#ifdef LIBSCILAB_TOOLBOX_GW_EXPORTS
-#define LIBSCILAB_TOOLBOX_GW_IMPEXP __declspec(dllexport)
-#else
-#define LIBSCILAB_TOOLBOX_GW_IMPEXP __declspec(dllimport)
-#endif
-#else
-#define LIBSCILAB_TOOLBOX_GW_IMPEXP
-#endif
-
-extern "C" LIBSCILAB_TOOLBOX_GW_IMPEXP int libscilab_toolbox(wchar_t* _pwstFuncName);
-
-
-
-#endif /* __LIBSCILAB_TOOLBOX_GW_HXX__ */