From ac01f75eaa0475879647e8c6e1343e4c49d7c18c Mon Sep 17 00:00:00 2001 From: rupak Date: Thu, 10 Oct 2019 12:57:46 +0530 Subject: added help for toolbox --- sci_gateway/cpp/libscilab_toolbox.hxx | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 sci_gateway/cpp/libscilab_toolbox.hxx (limited to 'sci_gateway/cpp/libscilab_toolbox.hxx') 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__ */ -- cgit