mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Merge pull request #230 from TsudaKageyu/gcc42-3
Fixed compilation error with GCC4.2
This commit is contained in:
commit
df5bf232eb
@ -45,7 +45,7 @@ namespace
|
||||
typedef FileName FileNameHandle;
|
||||
typedef HANDLE FileHandle;
|
||||
|
||||
const uint BufferSize = 8192;
|
||||
const TagLib::uint BufferSize = 8192;
|
||||
const FileHandle InvalidFileHandle = INVALID_HANDLE_VALUE;
|
||||
|
||||
inline FileHandle openFile(const FileName &path, bool readOnly)
|
||||
@ -122,7 +122,7 @@ namespace
|
||||
|
||||
typedef FILE* FileHandle;
|
||||
|
||||
const uint BufferSize = 8192;
|
||||
const TagLib::uint BufferSize = 8192;
|
||||
const FileHandle InvalidFileHandle = 0;
|
||||
|
||||
inline FileHandle openFile(const FileName &path, bool readOnly)
|
||||
|
Loading…
Reference in New Issue
Block a user