From f61dc6657cf07b79ffca84a794d0d4e6ec1b9f52 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 17 Dec 2003 05:30:26 +0000 Subject: [PATCH] rename string.* to more unambiguous local_string_utils.* --- src/flac/Makefile.am | 2 +- src/flac/flac.dsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/flac/Makefile.am b/src/flac/Makefile.am index 08b40c7..d0d9485 100644 --- a/src/flac/Makefile.am +++ b/src/flac/Makefile.am @@ -37,7 +37,7 @@ flac_SOURCES = \ analyze.h \ decode.h \ encode.h \ - string.h \ + local_string_utils.h \ utils.h \ vorbiscomment.h diff --git a/src/flac/flac.dsp b/src/flac/flac.dsp index 7249b52..40fc17e 100644 --- a/src/flac/flac.dsp +++ b/src/flac/flac.dsp @@ -133,7 +133,7 @@ SOURCE=.\encode.h # End Source File # Begin Source File -SOURCE=.\string.h +SOURCE=.\local_string_utils.h # End Source File # Begin Source File -- 2.7.4