diff options
Diffstat (limited to 'src/lib/formats/imageutl.h')
-rw-r--r-- | src/lib/formats/imageutl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/formats/imageutl.h b/src/lib/formats/imageutl.h index f04624a46db..09213dc20af 100644 --- a/src/lib/formats/imageutl.h +++ b/src/lib/formats/imageutl.h @@ -14,6 +14,10 @@ #include "osdcore.h" +#ifndef LOG_FORMATS +#define LOG_FORMATS(...) do { if (0) osd_printf_info(__VA_ARGS__); } while (false) +#endif + /* ----------------------------------------------------------------------- * CRC stuff * ----------------------------------------------------------------------- */ |