libcurl linking and cmake usage improvements

This commit is contained in:
Vojtech Kral 2018-02-23 16:48:11 +01:00
parent 14929e9d15
commit 751e86cd4d
5 changed files with 55 additions and 0 deletions

View file

@ -59,6 +59,15 @@ extern "C" {
#undef seek
#undef send
#undef write
#undef open
#undef close
#undef seekdir
#undef setbuf
#undef fread
#undef fseek
#undef fputc
#undef fwrite
#undef fclose
#endif /* _MSC_VER */
}
#endif