Add macro CALCULATE_LIBRARY_API to make symbols public.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user