From 3561957b1431328c693de0e4a6cf8d71b0524477 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 10 Apr 2018 18:32:00 +0300 Subject: [PATCH] FROMGUI --- iguana/exchanges/LP_include.h | 1 + 1 file changed, 1 insertion(+) diff --git a/iguana/exchanges/LP_include.h b/iguana/exchanges/LP_include.h index 1e002523a..9342d1dc6 100644 --- a/iguana/exchanges/LP_include.h +++ b/iguana/exchanges/LP_include.h @@ -29,6 +29,7 @@ #ifdef FROMGUI #define printf dontprintf +#define fprintf dontprintf voind dontprintf(char *formatstr,...) {} #endif