diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2017-01-19 06:30:45 +1100 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2017-01-19 06:33:33 +1100 |
commit | 1e9e707c6f69ae8937975d3478d474229bcaf821 (patch) | |
tree | 8c16a65fb2beade5998aae7db562a143fc9d4401 /src/test_seeking | |
parent | 89a6c52067fadbcb18b54b85804a112196b46ce1 (diff) | |
download | flac-1e9e707c6f69ae8937975d3478d474229bcaf821.tar.gz |
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 <lvqcl.mail@gmail.com>
Diffstat (limited to 'src/test_seeking')
-rw-r--r-- | src/test_seeking/test_seeking.vcproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test_seeking/test_seeking.vcproj b/src/test_seeking/test_seeking.vcproj index bfeeef72..bcfe310b 100644 --- a/src/test_seeking/test_seeking.vcproj +++ b/src/test_seeking/test_seeking.vcproj @@ -50,6 +50,7 @@ DebugInformationFormat="4"
CompileAs="0"
DisableSpecificWarnings="4267;4996"
+ ForcedIncludeFiles="share/msvc2005_int.h"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -129,6 +130,7 @@ DebugInformationFormat="3"
CompileAs="0"
DisableSpecificWarnings="4267;4996"
+ ForcedIncludeFiles="share/msvc2005_int.h"
/>
<Tool
Name="VCManagedResourceCompilerTool"
|