diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2014-02-16 11:03:22 +0100 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2014-02-16 11:03:22 +0100 |
commit | 6239146e931fd3127f6994975a56d1b4884a708a (patch) | |
tree | 790e273e5e429e8b7fc15a753414f2f3082ece86 /src/Makefile.inc | |
parent | dc0f8c04ec4cddcc80cc76839da7f53c08815d9c (diff) | |
download | curl-6239146e931fd3127f6994975a56d1b4884a708a.tar.gz |
warnless: add wrapper function for read and write on Windows
Diffstat (limited to 'src/Makefile.inc')
-rw-r--r-- | src/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.inc b/src/Makefile.inc index cd890accc..f6062e7c4 100644 --- a/src/Makefile.inc +++ b/src/Makefile.inc @@ -13,7 +13,8 @@ CURLX_ONES = \ ../lib/strtoofft.c \ ../lib/strdup.c \ ../lib/rawstr.c \ - ../lib/nonblock.c + ../lib/nonblock.c \ + ../lib/warnless.c CURL_CFILES = \ tool_binmode.c \ |