[GB.NET.CURL]

* BUG: Disable debugging messages.


git-svn-id: svn://localhost/gambas/trunk@6430 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2014-08-27 08:59:19 +00:00
parent bbafcf41fc
commit a6840047db

View File

@ -32,7 +32,7 @@
#include <curl/curl.h> #include <curl/curl.h>
#include <curl/easy.h> #include <curl/easy.h>
#define DEBUG 1 //#define DEBUG 1
#ifndef __CCURL_C #ifndef __CCURL_C