From 0cd2e9ed6918b782195d0024dd19dcfa39df8f82 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Mon, 1 Apr 2013 20:01:37 +1100 Subject: Purge FLAC__STRINGS_IN_UTF8 from VC project files. --- examples/c/decode/file/example_c_decode_file.vcproj | 2 +- examples/c/encode/file/example_c_encode_file.vcproj | 2 +- examples/cpp/decode/file/example_cpp_decode_file.vcproj | 2 +- examples/cpp/encode/file/example_cpp_encode_file.vcproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'examples') diff --git a/examples/c/decode/file/example_c_decode_file.vcproj b/examples/c/decode/file/example_c_decode_file.vcproj index 4b1d250f..7c09b354 100644 --- a/examples/c/decode/file/example_c_decode_file.vcproj +++ b/examples/c/decode/file/example_c_decode_file.vcproj @@ -200,7 +200,7 @@ OmitFramePointers="true" WholeProgramOptimization="true" AdditionalIncludeDirectories="..\..\..\..\include" - PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;FLAC__NO_DLL;FLAC__STRINGS_IN_UTF8" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;FLAC__NO_DLL" RuntimeLibrary="0" BufferSecurityCheck="false" UsePrecompiledHeader="0" diff --git a/examples/c/encode/file/example_c_encode_file.vcproj b/examples/c/encode/file/example_c_encode_file.vcproj index a6287fd2..fbbbca01 100644 --- a/examples/c/encode/file/example_c_encode_file.vcproj +++ b/examples/c/encode/file/example_c_encode_file.vcproj @@ -200,7 +200,7 @@ OmitFramePointers="true" WholeProgramOptimization="true" AdditionalIncludeDirectories="..\..\..\..\include" - PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;FLAC__NO_DLL;FLAC__STRINGS_IN_UTF8" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;FLAC__NO_DLL" RuntimeLibrary="0" BufferSecurityCheck="false" UsePrecompiledHeader="0" diff --git a/examples/cpp/decode/file/example_cpp_decode_file.vcproj b/examples/cpp/decode/file/example_cpp_decode_file.vcproj index 40226cab..7564a37b 100644 --- a/examples/cpp/decode/file/example_cpp_decode_file.vcproj +++ b/examples/cpp/decode/file/example_cpp_decode_file.vcproj @@ -200,7 +200,7 @@ OmitFramePointers="true" WholeProgramOptimization="true" AdditionalIncludeDirectories="..\..\..\..\include" - PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;FLAC__NO_DLL;FLAC__STRINGS_IN_UTF8" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;FLAC__NO_DLL" RuntimeLibrary="0" BufferSecurityCheck="false" UsePrecompiledHeader="0" diff --git a/examples/cpp/encode/file/example_cpp_encode_file.vcproj b/examples/cpp/encode/file/example_cpp_encode_file.vcproj index a2ea87e5..7e4f2292 100644 --- a/examples/cpp/encode/file/example_cpp_encode_file.vcproj +++ b/examples/cpp/encode/file/example_cpp_encode_file.vcproj @@ -200,7 +200,7 @@ OmitFramePointers="true" WholeProgramOptimization="true" AdditionalIncludeDirectories="..\..\..\..\include" - PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;FLAC__NO_DLL;FLAC__STRINGS_IN_UTF8" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;FLAC__NO_DLL" RuntimeLibrary="0" BufferSecurityCheck="false" UsePrecompiledHeader="0" -- cgit v1.2.1