mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
tweaks to build libs as DLLs under windows
This commit is contained in:
@@ -30,10 +30,12 @@
|
||||
* Prototypes *
|
||||
**************/
|
||||
|
||||
char* FLAC_plugin__charset_get_current (void);
|
||||
char* FLAC_plugin__charset_convert_string (const char *string, char *from, char *to);
|
||||
#include "export.h"
|
||||
|
||||
PLUGIN_COMMON_API char *FLAC_plugin__charset_get_current();
|
||||
PLUGIN_COMMON_API char *FLAC_plugin__charset_convert_string(const char *string, char *from, char *to);
|
||||
|
||||
/* returns 1 for success, 0 for failure or no iconv */
|
||||
int FLAC_plugin__charset_test_conversion (char *from, char *to);
|
||||
PLUGIN_COMMON_API int FLAC_plugin__charset_test_conversion(char *from, char *to);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user