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:
Steve Holme 2014-05-22 07:02:17 +01:00
parent 32e9275edb
commit 461d45ea7a
9 changed files with 23 additions and 23 deletions

View file

@ -17,7 +17,7 @@ CURLX_CFILES = \
../lib/warnless.c
CURLX_HFILES = \
../lib/setup.h \
../lib/curl_setup.h \
../lib/strtoofft.h \
../lib/strdup.h \
../lib/rawstr.h \