mirror of
https://github.com/taglib/taglib.git
synced 2025-06-03 09:08:09 -04:00
Fixed compilation error with GCC4.2
This commit is contained in:
parent
3ae452ee2a
commit
90a4bae6cc
@ -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…
x
Reference in New Issue
Block a user