diff options
-rw-r--r-- | build/win32/vs9/pangoft2.vcprojin | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/win32/vs9/pangoft2.vcprojin b/build/win32/vs9/pangoft2.vcprojin index 12beb157..151c203e 100644 --- a/build/win32/vs9/pangoft2.vcprojin +++ b/build/win32/vs9/pangoft2.vcprojin @@ -32,7 +32,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=".;..\" - PreprocessorDefinitions="_DEBUG;$(PangoDefines);HAVE_GLIB" + PreprocessorDefinitions="_DEBUG;$(PangoDefines);HAVE_GLIB;HAVE_STDINT_H=1" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="2" @@ -64,7 +64,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories=".;..\" - PreprocessorDefinitions="$(PangoDefines);HAVE_GLIB" + PreprocessorDefinitions="$(PangoDefines);HAVE_GLIB;HAVE_STDINT_H=1" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" @@ -94,7 +94,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=".;..\" - PreprocessorDefinitions="_DEBUG;$(PangoDefines);HAVE_GLIB" + PreprocessorDefinitions="_DEBUG;$(PangoDefines);HAVE_GLIB;HAVE_STDINT_H=1" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -123,7 +123,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories=".;..\" - PreprocessorDefinitions="$(PangoDefines);HAVE_GLIB" + PreprocessorDefinitions="$(PangoDefines);HAVE_GLIB;HAVE_STDINT_H=1" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" |