|
|
@ -24,10 +24,10 @@ namespace sl { |
|
|
|
using output_strategy = sl_output_strategy; |
|
|
|
} |
|
|
|
#else |
|
|
|
typedef struct sl_buffer_strategy buffer_strategy; |
|
|
|
typedef struct sl_sink_strategy sink_strategy; |
|
|
|
typedef struct sl_overflow_strategy overflow_strategy; |
|
|
|
typedef struct sl_output_strategy output_strategy; |
|
|
|
typedef struct sl_buffer_strategy sl_buffer_strategy; |
|
|
|
typedef struct sl_sink_strategy sl_sink_strategy; |
|
|
|
typedef struct sl_overflow_strategy sl_overflow_strategy; |
|
|
|
typedef struct sl_output_strategy sl_output_strategy; |
|
|
|
#endif |
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
|