Loading...
Searching...
No Matches
25#ifndef __BITPIT_PUBLIC_API_HPP__
26#define __BITPIT_PUBLIC_API_HPP__
30# if defined(BITPIT_SHARED_COMPILATION)
31# define BITPIT_PUBLIC_API __declspec(dllexport)
33# define BITPIT_PUBLIC_API __declspec(dllimport)
36# define BITPIT_PUBLIC_API
---
layout: doxygen_footer
---