// Autogenerated file by PacpusUtilities.cmake // DO NOT EDIT!!! ALL CHANGES WOULD BE REMOVED BY THE NEXT CALL OF CMAKE #ifndef __VISLABCOMPONENT_CONFIG_H__ #define __VISLABCOMPONENT_CONFIG_H__ // Export macro for use DLL for Windows only #ifdef WIN32 #ifdef VISLABCOMPONENT_EXPORTS // make DLL #define VISLABCOMPONENT_API __declspec(dllexport) #else // use DLL #define VISLABCOMPONENT_API __declspec(dllimport) #endif #else // On other platforms, simply ignore this #define VISLABCOMPONENT_API #endif #endif // __VISLABCOMPONENT_CONFIG_H__