diff options
Diffstat (limited to 'src/decoder/plugins/FlacIOHandle.cxx')
-rw-r--r-- | src/decoder/plugins/FlacIOHandle.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/plugins/FlacIOHandle.cxx b/src/decoder/plugins/FlacIOHandle.cxx index 997a42730..bdd433491 100644 --- a/src/decoder/plugins/FlacIOHandle.cxx +++ b/src/decoder/plugins/FlacIOHandle.cxx @@ -46,7 +46,7 @@ FlacIORead(void *ptr, size_t size, size_t nmemb, FLAC__IOHandle handle) p += nbytes; -#ifndef WIN32 +#ifndef _WIN32 } catch (const std::system_error &e) { errno = e.code().category() == ErrnoCategory() ? e.code().value() |