mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:13:33 +03:00
schannel: Removed curl_ prefix from source files
Removed the curl_ prefix from the schannel source files as discussed with Marc and Daniel at FOSDEM.
This commit is contained in:
parent
05792d6936
commit
761d5166af
6 changed files with 8 additions and 8 deletions
|
|
@ -550,7 +550,6 @@ X_OBJS= \
|
|||
$(DIROBJ)\curl_sasl.obj \
|
||||
$(DIROBJ)\curl_sasl_gssapi.obj \
|
||||
$(DIROBJ)\curl_sasl_sspi.obj \
|
||||
$(DIROBJ)\curl_schannel.obj \
|
||||
$(DIROBJ)\curl_sspi.obj \
|
||||
$(DIROBJ)\curl_threads.obj \
|
||||
$(DIROBJ)\cyassl.obj \
|
||||
|
|
@ -608,6 +607,7 @@ X_OBJS= \
|
|||
$(DIROBJ)\progress.obj \
|
||||
$(DIROBJ)\rawstr.obj \
|
||||
$(DIROBJ)\rtsp.obj \
|
||||
$(DIROBJ)\schannel.obj \
|
||||
$(DIROBJ)\security.obj \
|
||||
$(DIROBJ)\select.obj \
|
||||
$(DIROBJ)\sendf.obj \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue