io.c: Fix rebuffering issue on win32 (fixing #235)

webserver.c: Fix write error log messages.  Possible fix for crash on mipsel (uninitialized heap issue).
This commit is contained in:
Ron Pedde
2007-09-23 10:14:51 +00:00
parent 4966f4213e
commit 01c7d18758
6 changed files with 17 additions and 13 deletions

View File

@@ -124,7 +124,7 @@
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..;..\..\src"
PreprocessorDefinitions="HAVE_CONFIG_H;WIN32"
RuntimeLibrary="2"
RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"