fw4spl
export.h
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2015.
3  * Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4  * published by the Free Software Foundation.
5  * ****** END LICENSE BLOCK ****** */
6 
7 #ifndef __MINIZIP_EXPORT_H__
8 #define __MINIZIP_EXPORT_H__
9 
10 //TODO: minizip/microzip as external dependency
11 #define MINIZIP_CLASS_API
12 #define MINIZIP_API
13 
14 #endif //__MINIZIP_EXPORT_H__