From 7129f563a34b044a09c524c7d7e21a148ad81306 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 21 Dec 2017 21:27:29 +0700 Subject: [PATCH] Test --- iguana/exchanges/LP_include.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_include.h b/iguana/exchanges/LP_include.h index 878c3645e..9c7e621f3 100644 --- a/iguana/exchanges/LP_include.h +++ b/iguana/exchanges/LP_include.h @@ -22,7 +22,9 @@ #define LP_INCLUDE_H #ifdef FROMGUI -#define printf(...) +#define printf dontprintf + +voind dontprintf(char *formatstr,...) {} #endif #define LP_MAJOR_VERSION "0"