libcue icon indicating copy to clipboard operation
libcue copied to clipboard

Functions do not work on c++

Open GoldenStarGamer opened this issue 9 months ago • 1 comments

As I was trying to use this in cisual studio on a windows computer, I installed it trough msys2 mingw64 and the bottom part of libcue.h where functions get declared is all errors, wherever CUE_EXPORT gets called it's an error, and I cant use those functions, for example, CUE_EXPORT Cd* cue_parse_file(FILE*); is an error: this declaration has no storage class or type specifier.

GoldenStarGamer avatar May 20 '24 16:05 GoldenStarGamer