Skip to content
  • Daniel Stenberg's avatar
    curl.h: s/HTTPPOST_/CURL_HTTPOST_ · 49a99134
    Daniel Stenberg authored
    Fixes a name space pollution at the cost of programs using one of these
    defines will no longer compile. However, the vast majority of libcurl
    programs that do multipart formposts use curl_formadd() to build this
    list.
    
    Closes #506
    49a99134