FiberBundleHDF5  FiberHDF5 Documentation, Revision 2026
High-Performance Fiber Bundle Data Model for Scientific Visualization
Loading...
Searching...
No Matches
F5WinDLLApi.h
Go to the documentation of this file.
1#ifndef __F5_WIN_DLL_API_H
2#define __F5_WIN_DLL_API_H
3
4#if defined(_WIN32) && !defined(F5_STATIC)
5# ifdef F5_EXPORTS
6# define F5_API __declspec(dllexport)
7# else
8# define F5_API __declspec(dllimport)
9# endif
10#else
11# define F5_API
12#endif
13
14#endif