/// DbtPlyGps config header file /// /// @date created 2012-07-04 - 09:35 /// @author Marek Kurdej /// @version $Id: $ #ifndef DBTPLYGPSCONFIG_H #define DBTPLYGPSCONFIG_H // Export macro for DbtPlyGps DLL for Windows only #ifdef WIN32 # ifdef DBTPLYGPS_EXPORTS // make DLL # define DBTPLYGPS_API __declspec(dllexport) # else // use DLL # define DBTPLYGPS_API __declspec(dllimport) # endif #else // On other platforms, simply ignore this # define DBTPLYGPS_API #endif #endif // DBTPLYGPSCONFIG_H