mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
strcasecompare: replaced remaining rawstr.h with strcase.h
This is a followup to commit 811a693b
This commit is contained in:
parent
4f97d9832c
commit
9363f1a37f
@ -55,7 +55,7 @@ and that's a problem since options.h hasn't been included yet. */
|
||||
#include "parsedate.h"
|
||||
#include "connect.h" /* for the connect timeout */
|
||||
#include "select.h"
|
||||
#include "rawstr.h"
|
||||
#include "strcase.h"
|
||||
#include "x509asn1.h"
|
||||
#include "curl_printf.h"
|
||||
|
||||
|
@ -52,7 +52,7 @@
|
||||
#include "parsedate.h"
|
||||
#include "connect.h" /* for the connect timeout */
|
||||
#include "select.h"
|
||||
#include "rawstr.h"
|
||||
#include "strcase.h"
|
||||
#include "warnless.h"
|
||||
#include "x509asn1.h"
|
||||
#include "curl_printf.h"
|
||||
|
@ -50,7 +50,6 @@
|
||||
#include "parsedate.h"
|
||||
#include "connect.h" /* for the connect timeout */
|
||||
#include "select.h"
|
||||
#include "rawstr.h"
|
||||
#include "polarssl_threadlock.h"
|
||||
|
||||
/* The last 3 #include files should be in this order */
|
||||
|
@ -64,7 +64,7 @@
|
||||
#include <ocsp.h>
|
||||
#endif
|
||||
|
||||
#include "rawstr.h"
|
||||
#include "strcase.h"
|
||||
#include "warnless.h"
|
||||
#include "x509asn1.h"
|
||||
|
||||
|
@ -54,7 +54,7 @@
|
||||
#include "parsedate.h"
|
||||
#include "connect.h" /* for the connect timeout */
|
||||
#include "select.h"
|
||||
#include "rawstr.h"
|
||||
#include "strcase.h"
|
||||
#include "polarssl_threadlock.h"
|
||||
#include "curl_printf.h"
|
||||
#include "curl_memory.h"
|
||||
|
@ -264,14 +264,14 @@ rem
|
||||
for /f "delims=" %%r in ('dir /b ..\src\*.rc') do call :element %1 src "%%r" %3
|
||||
) else if "!var!" == "CURL_SRC_X_C_FILES" (
|
||||
call :element %1 lib "strtoofft.c" %3
|
||||
call :element %1 lib "rawstr.c" %3
|
||||
call :element %1 lib "strcase.c" %3
|
||||
call :element %1 lib "nonblock.c" %3
|
||||
call :element %1 lib "warnless.c" %3
|
||||
) else if "!var!" == "CURL_SRC_X_H_FILES" (
|
||||
call :element %1 lib "config-win32.h" %3
|
||||
call :element %1 lib "curl_setup.h" %3
|
||||
call :element %1 lib "strtoofft.h" %3
|
||||
call :element %1 lib "rawstr.h" %3
|
||||
call :element %1 lib "strcase.h" %3
|
||||
call :element %1 lib "nonblock.h" %3
|
||||
call :element %1 lib "warnless.h" %3
|
||||
) else if "!var!" == "CURL_LIB_C_FILES" (
|
||||
|
Loading…
Reference in New Issue
Block a user