summaryrefslogtreecommitdiff
path: root/src/metaflac/operations_shorthand_vorbiscomment.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/metaflac/operations_shorthand_vorbiscomment.c')
-rw-r--r--src/metaflac/operations_shorthand_vorbiscomment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/metaflac/operations_shorthand_vorbiscomment.c b/src/metaflac/operations_shorthand_vorbiscomment.c
index 61537bf5..3d381a57 100644
--- a/src/metaflac/operations_shorthand_vorbiscomment.c
+++ b/src/metaflac/operations_shorthand_vorbiscomment.c
@@ -245,7 +245,7 @@ FLAC__bool set_vc_field(const char *filename, FLAC__StreamMetadata *block, const
}
else {
FLAC__bool needs_free = false;
-#ifdef FLAC__STRINGS_IN_UTF8 /* do not convert anything or things will break */
+#ifdef _WIN32 /* do not convert anything or things will break */
entry.entry = (FLAC__byte *)field->field;
#else
if(raw) {