Win32 fixes.

This commit is contained in:
Fish 2008-03-03 06:29:31 +00:00
parent 7d155bb31b
commit e181a0f1b0
4 changed files with 32 additions and 20 deletions

View file

@ -66,7 +66,7 @@ typedef struct config {
size_t recvq;
} config;
extern config nsconfig;
EXPORTVAR extern config nsconfig;
extern ModuleInfo ns_module_info;
extern Module ns_module;

View file

@ -350,7 +350,7 @@
/* ---------------------------------------------------------------- */
/* LDAP SUPPORT */
/* ---------------------------------------------------------------- */
#define CURL_DISABLE_LDAP
#if defined(CURL_HAS_NOVELL_LDAPSDK) || defined(CURL_HAS_MOZILLA_LDAPSDK)
#undef CURL_LDAP_HYBRID
#undef CURL_LDAP_WIN

View file

@ -104,7 +104,7 @@
/>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;BUILDING_LIBCURL"
RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="3"
@ -399,6 +399,10 @@
RelativePath=".\base64.h"
>
</File>
<File
RelativePath=".\ca-bundle.h"
>
</File>
<File
RelativePath=".\config-win32.h"
>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="Windows-1252"?>
<?xml version="1.0" encoding="UTF-8"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
@ -191,10 +191,18 @@
RelativePath=".\mrss_generic.c"
>
</File>
<File
RelativePath=".\mrss_options.c"
>
</File>
<File
RelativePath=".\mrss_parser.c"
>
</File>
<File
RelativePath=".\mrss_search.c"
>
</File>
<File
RelativePath=".\mrss_write.c"
>
@ -207,22 +215,6 @@
RelativePath=".\nxml_easy.c"
>
</File>
<File
RelativePath=".\nxml_free.c"
>
</File>
<File
RelativePath=".\nxml_namespace.c"
>
</File>
<File
RelativePath=".\nxml_string.c"
>
</File>
<File
RelativePath=".\nxml_utf.c"
>
</File>
<File
RelativePath=".\nxml_edit.c"
>
@ -231,18 +223,34 @@
RelativePath=".\nxml_error.c"
>
</File>
<File
RelativePath=".\nxml_free.c"
>
</File>
<File
RelativePath=".\nxml_init.c"
>
</File>
<File
RelativePath=".\nxml_namespace.c"
>
</File>
<File
RelativePath=".\nxml_parser.c"
>
</File>
<File
RelativePath=".\nxml_string.c"
>
</File>
<File
RelativePath=".\nxml_tools.c"
>
</File>
<File
RelativePath=".\nxml_utf.c"
>
</File>
<File
RelativePath=".\nxml_write.c"
>