id3 icon indicating copy to clipboard operation
id3 copied to clipboard

dirent not defined in fileexp.cpp

Open superowner opened this issue 6 years ago • 1 comments

Hello ,in windows ,int fileexp.cpp ," while( dirent* fn = dir.read() )" is error, you have not defined dirent and fn

superowner avatar Jul 31 '18 15:07 superowner

dirent.h must be available, see:

https://github.com/squell/id3/blob/c7b729db3cb5e346b2f839932f445f479ec5cbc7/INSTALL#L108-L112

squell avatar Jun 03 '21 18:06 squell