Removed SerialDV from exports file

pull/308/head
f4exb 2019-03-10 03:59:56 +01:00
rodzic 6c1f8e2bfc
commit f76ed4a466
1 zmienionych plików z 0 dodań i 12 usunięć

Wyświetl plik

@ -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)