From 9089651f17130abc4a3213b0f63d7e909cadf422 Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Tue, 14 Apr 2009 21:46:59 +0000 Subject: [PATCH] Fix the symbols file for platforms without IRDA support (Mac OS X). When the IRDA backend is disabled or not supported by the underlying platform (such as on Mac OS X), the Uwatec Smart parser is disabled as well. The symbols file is updated to reflect this. --- src/libdivecomputer.symbols | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libdivecomputer.symbols b/src/libdivecomputer.symbols index d057d7f..0f4dd29 100644 --- a/src/libdivecomputer.symbols +++ b/src/libdivecomputer.symbols @@ -10,7 +10,9 @@ reefnet_sensuspro_parser_set_calibration reefnet_sensusultra_parser_create reefnet_sensusultra_parser_set_calibration uwatec_memomouse_parser_create +#ifdef IRDA uwatec_smart_parser_create +#endif suunto_vyper_parser_create suunto_solution_parser_create suunto_spyder_parser_create