Browse Source

Merge pull request #827 from jl777/jl777

syntax
pass-iguana-arg
jl777 7 years ago
committed by GitHub
parent
commit
7b046d0950
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      iguana/exchanges/LP_include.h

3
iguana/exchanges/LP_include.h

@ -29,9 +29,10 @@
#ifdef FROMGUI
#define printf dontprintf
#define fprintf dontprintf
#define fprintf fdontprintf
void dontprintf(char *formatstr,...) {}
void fdontprintf(FILE *fp,char *formatstr,...) {}
#endif
#define LP_MAJOR_VERSION "0"

Loading…
Cancel
Save