larsbs / id3v2lib

id3v2lib is a library written in C to read and edit id3 tags from mp3 files.
BSD 2-Clause "Simplified" License
128 stars 44 forks source link

MSVC Compatibility #10

Closed Timtam closed 8 years ago

Timtam commented 8 years ago

cleaned up the code a bit, moving all variable declarations to the function tops to support more strict compilers like MSVC Also, added some workaround for the inttypes.h which doesn't exist under most MSVS-versions

larsbs commented 8 years ago

Looks good. This is something that I've been messing around with sometime ago but I've never put into the main code. Thanks.