diff options
author | rupak | 2019-10-10 12:57:46 +0530 |
---|---|---|
committer | rupak | 2019-10-10 12:57:46 +0530 |
commit | ac01f75eaa0475879647e8c6e1343e4c49d7c18c (patch) | |
tree | ceefa71219ca3021f572323b6f0217e0f8fab93b /sci_gateway/cpp/libscilab_toolbox.hxx | |
parent | 999122e511f5f2cabdff0bb26908db4e57dfcee2 (diff) | |
download | fossee-scilab-octave-toolbox-ac01f75eaa0475879647e8c6e1343e4c49d7c18c.tar.gz fossee-scilab-octave-toolbox-ac01f75eaa0475879647e8c6e1343e4c49d7c18c.tar.bz2 fossee-scilab-octave-toolbox-ac01f75eaa0475879647e8c6e1343e4c49d7c18c.zip |
added help for toolbox
Diffstat (limited to 'sci_gateway/cpp/libscilab_toolbox.hxx')
-rw-r--r-- | sci_gateway/cpp/libscilab_toolbox.hxx | 18 |
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__ */ |