#ifndef SHAREDONLY_HPP_ #define SHAREDONLY_HPP_ #include namespace MixedSharedStaticLibs { std::string sharedPassThrough(const std::string &str); } #endif /* SHAREDONLY_HPP_ */