Win32 fixes.
This commit is contained in:
parent
7d155bb31b
commit
e181a0f1b0
4 changed files with 32 additions and 20 deletions
|
@ -66,7 +66,7 @@ typedef struct config {
|
||||||
size_t recvq;
|
size_t recvq;
|
||||||
} config;
|
} config;
|
||||||
|
|
||||||
extern config nsconfig;
|
EXPORTVAR extern config nsconfig;
|
||||||
|
|
||||||
extern ModuleInfo ns_module_info;
|
extern ModuleInfo ns_module_info;
|
||||||
extern Module ns_module;
|
extern Module ns_module;
|
||||||
|
|
|
@ -350,7 +350,7 @@
|
||||||
/* ---------------------------------------------------------------- */
|
/* ---------------------------------------------------------------- */
|
||||||
/* LDAP SUPPORT */
|
/* LDAP SUPPORT */
|
||||||
/* ---------------------------------------------------------------- */
|
/* ---------------------------------------------------------------- */
|
||||||
|
#define CURL_DISABLE_LDAP
|
||||||
#if defined(CURL_HAS_NOVELL_LDAPSDK) || defined(CURL_HAS_MOZILLA_LDAPSDK)
|
#if defined(CURL_HAS_NOVELL_LDAPSDK) || defined(CURL_HAS_MOZILLA_LDAPSDK)
|
||||||
#undef CURL_LDAP_HYBRID
|
#undef CURL_LDAP_HYBRID
|
||||||
#undef CURL_LDAP_WIN
|
#undef CURL_LDAP_WIN
|
||||||
|
|
|
@ -104,7 +104,7 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;BUILDING_LIBCURL"
|
||||||
RuntimeLibrary="0"
|
RuntimeLibrary="0"
|
||||||
UsePrecompiledHeader="0"
|
UsePrecompiledHeader="0"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
|
@ -399,6 +399,10 @@
|
||||||
RelativePath=".\base64.h"
|
RelativePath=".\base64.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\ca-bundle.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\config-win32.h"
|
RelativePath=".\config-win32.h"
|
||||||
>
|
>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="8.00"
|
Version="8.00"
|
||||||
|
@ -191,10 +191,18 @@
|
||||||
RelativePath=".\mrss_generic.c"
|
RelativePath=".\mrss_generic.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\mrss_options.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\mrss_parser.c"
|
RelativePath=".\mrss_parser.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\mrss_search.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\mrss_write.c"
|
RelativePath=".\mrss_write.c"
|
||||||
>
|
>
|
||||||
|
@ -207,22 +215,6 @@
|
||||||
RelativePath=".\nxml_easy.c"
|
RelativePath=".\nxml_easy.c"
|
||||||
>
|
>
|
||||||
</File>
|
</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
|
<File
|
||||||
RelativePath=".\nxml_edit.c"
|
RelativePath=".\nxml_edit.c"
|
||||||
>
|
>
|
||||||
|
@ -231,18 +223,34 @@
|
||||||
RelativePath=".\nxml_error.c"
|
RelativePath=".\nxml_error.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\nxml_free.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\nxml_init.c"
|
RelativePath=".\nxml_init.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\nxml_namespace.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\nxml_parser.c"
|
RelativePath=".\nxml_parser.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\nxml_string.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\nxml_tools.c"
|
RelativePath=".\nxml_tools.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\nxml_utf.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\nxml_write.c"
|
RelativePath=".\nxml_write.c"
|
||||||
>
|
>
|
||||||
|
|
Reference in a new issue