From 1e9e707c6f69ae8937975d3478d474229bcaf821 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Thu, 19 Jan 2017 06:30:45 +1100 Subject: stdint.h fixes for MSVS 2005/2008 This adds a new msvc2005_int.h header file which is "force included" as needed by the MSVS project file. Patch-from: lvqcl --- 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, 8 insertions(+) (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 15f108cc..ddd20bca 100644 --- a/examples/c/decode/file/example_c_decode_file.vcproj +++ b/examples/c/decode/file/example_c_decode_file.vcproj @@ -50,6 +50,7 @@ DebugInformationFormat="4" CompileAs="0" DisableSpecificWarnings="4267;4996" + ForcedIncludeFiles="share/msvc2005_int.h" />