2 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 * Copyright (C) DIGITEO - 2009 - Allan CORNET
5 * This file must be used under the terms of the CeCILL.
6 * This source file is licensed as described in the file COPYING, which
7 * you should have received as part of this distribution. The terms
8 * are also available at
9 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
13 /*--------------------------------------------------------------------------*/
14 #ifndef __DYNLIB_IO_H__
15 #define __DYNLIB_IO_H__
19 #define IO_IMPEXP __declspec(dllexport)
21 #define IO_IMPEXP __declspec(dllimport)
27 #endif /* __DYNLIB_IO_H__ */
28 /*--------------------------------------------------------------------------*/