add windows libs

This commit is contained in:
Markus 2019-10-11 15:24:14 +02:00
parent 17a80f74f2
commit bb4d8b5e26
2 changed files with 1 additions and 1 deletions

0
curl/LIBCURL.DLL → Win_64_Bit_LIBS/LIBCURL.DLL Executable file → Normal file
View File

View File

@ -204,7 +204,7 @@ int ProgramManager::sucheNach_1_Serien(Settings *settings, PageManager &pageMana

//Wenn kein Input, brich ab
if(input == "") {
std::cout << "Abbruch..." << std::endl;
std::cout << " => Abbruch..." << std::endl;
return -1;
}