Add macro CALCULATE_LIBRARY_API to make symbols public.

This commit is contained in:
Gerhard Hoffmann 2023-05-02 09:44:14 +02:00
parent 4a3d313deb
commit a7d7e61d9b

View File

@ -22,7 +22,7 @@ typedef Configuration parking_tariff_t;
extern "C" {
#endif
struct price_t {
struct CALCULATE_LIBRARY_API price_t {
uint32_t units;
double netto;
double brutto;