X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fmetaflac%2Foperations_shorthand_vorbiscomment.c;h=3d381a57258790b946dd45879ccdda738292d530;hb=2199d086921eb37d249cae0731f334556ec6209d;hp=61537bf55dd498e087424aacdb883c47b60ed8f5;hpb=b3c3e2ac4fcac9d9b178ad240976634d52d5eece;p=platform%2Fupstream%2Fflac.git diff --git a/src/metaflac/operations_shorthand_vorbiscomment.c b/src/metaflac/operations_shorthand_vorbiscomment.c index 61537bf..3d381a5 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) {