mirror of
https://github.com/curl/curl.git
synced 2026-07-25 02:47:17 +03:00
build: Fixed incorrect reference to curl_setup.h in Visual Studio files
Fixed a copy / paste error from my 2011 project files.
This commit is contained in:
parent
32e9275edb
commit
461d45ea7a
9 changed files with 23 additions and 23 deletions
|
|
@ -3789,6 +3789,10 @@ CURL_SRC_C_FILES
|
|||
RelativePath="..\..\..\..\lib\config-win32.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\curl_setup.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\nonblock.h"
|
||||
>
|
||||
|
|
@ -3797,10 +3801,6 @@ CURL_SRC_C_FILES
|
|||
RelativePath="..\..\..\..\lib\rawstr.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\setup.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\strtoofft.h"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue