Removed SerialDV from exports file

This commit is contained in:
f4exb 2019-03-10 03:59:56 +01:00
parent 6c1f8e2bfc
commit f76ed4a466
1 changed files with 0 additions and 12 deletions

View File

@ -102,18 +102,6 @@
# define QRTPLIB_API
#endif
/* the 'SERIALDV_API' controls the import/export of 'serialdv' symbols
*/
#if !defined(sdrangel_STATIC)
# ifdef serialdv_EXPORTS
# define SERIALDV_API __SDR_EXPORT
# else
# define SERIALDV_API __SDR_IMPORT
# endif
#else
# define SERIALDV_API
#endif
/* the 'SWG_API' controls the import/export of 'swagger' symbols
*/
#if !defined(sdrangel_STATIC)