summaryrefslogtreecommitdiff
path: root/src/test_libFLAC
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2017-01-19 06:30:45 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2017-01-19 06:33:33 +1100
commit1e9e707c6f69ae8937975d3478d474229bcaf821 (patch)
tree8c16a65fb2beade5998aae7db562a143fc9d4401 /src/test_libFLAC
parent89a6c52067fadbcb18b54b85804a112196b46ce1 (diff)
downloadflac-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_libFLAC')
-rw-r--r--src/test_libFLAC/test_libFLAC.vcproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test_libFLAC/test_libFLAC.vcproj b/src/test_libFLAC/test_libFLAC.vcproj
index c31c366a..bcca1cc3 100644
--- a/src/test_libFLAC/test_libFLAC.vcproj
+++ b/src/test_libFLAC/test_libFLAC.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"